Skip to content

Commit 653c43d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0d2ddcc commit 653c43d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soda/core/soda/execution/identity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
try:
88
from hashlib import blake2b
9+
910
blake2b_available = True
1011
except ImportError:
1112
warnings.warn("The `hashlib.blake2b` hashing algorithm is not available. No identities will be generated.")

0 commit comments

Comments
 (0)