Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mshivashankar committed Oct 17, 2023
1 parent 5fee6ce commit 778ea02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion asab/library/dirsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
shutil.rmtree(target_subdir)
1 change: 0 additions & 1 deletion asab/library/providers/libsreg.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import logging
import hashlib
import shutil
import random
import tarfile
import tempfile
Expand Down

0 comments on commit 778ea02

Please sign in to comment.