diff --git a/asab/library/dirsync.py b/asab/library/dirsync.py index f12dfae0b..858ba4dbe 100644 --- a/asab/library/dirsync.py +++ b/asab/library/dirsync.py @@ -56,4 +56,4 @@ def synchronize_dirs(target, source): source_subdir = os.path.join(source_dir, dirname) if not os.path.exists(source_subdir): - shutil.rmtree(target_subdir) \ No newline at end of file + shutil.rmtree(target_subdir) diff --git a/asab/library/providers/libsreg.py b/asab/library/providers/libsreg.py index 404828254..a4de95c4a 100644 --- a/asab/library/providers/libsreg.py +++ b/asab/library/providers/libsreg.py @@ -1,7 +1,6 @@ import os import logging import hashlib -import shutil import random import tarfile import tempfile