Skip to content

Commit 802487f

Browse files
committed
fix import tags
1 parent b40cb12 commit 802487f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

validators/crypto_addresses/eth_address.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"""ETH Address."""
22
# -*- coding: utf-8 -*-
33

4-
# external
4+
# standard
55
import re
66

7+
# external
78
from eth_hash.auto import keccak
89

910
# local

0 commit comments

Comments
 (0)