fix init/black

This commit is contained in:
Christian Zangl 2023-01-09 22:35:03 +01:00
parent 32104d46df
commit 54013bc344
No known key found for this signature in database
GPG Key ID: 6D468AC36E2A4B3D
2 changed files with 5 additions and 1 deletions

4
chkbit/__init__.py Normal file
View File

@ -0,0 +1,4 @@
from chkbit.context import Context
from chkbit.hashfile import hashfile, hashtext
from chkbit.index import Index, Stat
from chkbit.indexthread import IndexThread

View File

@ -137,7 +137,7 @@ class Main:
self.args.update,
self.args.force,
self.args.algo,
self.args.skip_symlinks
self.args.skip_symlinks,
)
# start indexing