We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40cb12 commit 802487fCopy full SHA for 802487f
1 file changed
validators/crypto_addresses/eth_address.py
@@ -1,9 +1,10 @@
1
"""ETH Address."""
2
# -*- coding: utf-8 -*-
3
4
-# external
+# standard
5
import re
6
7
+# external
8
from eth_hash.auto import keccak
9
10
# local
0 commit comments