We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1afb9b commit b11860bCopy full SHA for b11860b
1 file changed
backend/blockchain/block.py
@@ -1,7 +1,6 @@
1
-from backend.util.crypto_hash import crypto_hash
2
import time
3
4
-from crypto_hash import crypto_hash
+from backend.util.crypto_hash import crypto_hash
5
6
class Block:
7
"""
0 commit comments