mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-07 17:29:50 +00:00
Fix deletion typo
This commit is contained in:
parent
f16fce64b7
commit
36212e0883
@ -14,7 +14,7 @@ import re
|
|||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
rom errno import EISDIR, EACCES
|
from errno import EISDIR, EACCES
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Callable, List
|
from typing import Callable, List
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user