diff --git a/modules/core/remove_orphaned.py b/modules/core/remove_orphaned.py index a49ddc6..88fcd96 100644 --- a/modules/core/remove_orphaned.py +++ b/modules/core/remove_orphaned.py @@ -1,7 +1,6 @@ import os from concurrent.futures import ThreadPoolExecutor from fnmatch import fnmatch -from itertools import repeat from modules import util