diff --git a/chkbit/hashfile.py b/chkbit/hashfile.py index f48c385..e8f5b00 100644 --- a/chkbit/hashfile.py +++ b/chkbit/hashfile.py @@ -1,7 +1,7 @@ import hashlib -BLOCKSIZE = 2 ** 10 * 128 # kb +BLOCKSIZE = 2**10 * 128 # kb def hashfile(path, hash_algo=None):