From 73c5a9ec5388cc510800271e5d938f717b199ce0 Mon Sep 17 00:00:00 2001 From: Christian Zangl Date: Thu, 5 May 2022 17:11:11 +0200 Subject: [PATCH] black stable --- chkbit/hashfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):