black stable

This commit is contained in:
Christian Zangl 2022-05-05 17:11:11 +02:00
parent e7a8905e98
commit 73c5a9ec53
No known key found for this signature in database
GPG Key ID: 6D468AC36E2A4B3D

View File

@ -1,7 +1,7 @@
import hashlib
BLOCKSIZE = 2 ** 10 * 128 # kb
BLOCKSIZE = 2**10 * 128 # kb
def hashfile(path, hash_algo=None):