1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-07 01:19:48 +00:00

Fix deletion typo

This commit is contained in:
Luca Falavigna 2024-02-12 11:35:42 +01:00
parent f16fce64b7
commit 36212e0883

View File

@ -14,7 +14,7 @@ import re
import os
import shutil
rom errno import EISDIR, EACCES
from errno import EISDIR, EACCES
from pathlib import Path
from typing import Callable, List