Skip to content

Commit

Permalink
Updated module hash.py to hash_methods.py due to collision with names…
Browse files Browse the repository at this point in the history
…pace of built `hash` lib.
  • Loading branch information
root-11 committed Jun 26, 2023
1 parent d0a4528 commit e3fb488
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_hashgraph.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from graph import Graph
from graph.hash import graph_hash, flow_graph_hash, merkle_tree
from graph.hash_methods import graph_hash, flow_graph_hash, merkle_tree


def test_merkle_tree_1_block():
Expand Down

0 comments on commit e3fb488

Please sign in to comment.