fix init/black
This commit is contained in:
parent
32104d46df
commit
54013bc344
4
chkbit/__init__.py
Normal file
4
chkbit/__init__.py
Normal 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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user