1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-11-16 20:29:02 +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