Skip to content

Commit 825b730

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 244d2de commit 825b730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blockchain/merkle_tree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@ def verify_proof(leaf: str, proof: list[str], root: str) -> bool:
9191

9292
if __name__ == "__main__":
9393
import doctest
94+
9495
doctest.testmod()

0 commit comments

Comments
 (0)