Skip to content

Commit 546a126

Browse files
committed
fixed local import syntax
1 parent e096e38 commit 546a126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IceCreamSwapWeb3/Multicall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from web3.exceptions import ContractLogicError
1212

1313
from IceCreamSwapWeb3 import Web3Advanced
14-
from .FastChecksumAddress import to_checksum_address
14+
from FastChecksumAddress import to_checksum_address
1515

1616
# load multicall abi
1717
with files("IceCreamSwapWeb3").joinpath("./abi/Multicall.abi").open('r') as f:

0 commit comments

Comments
 (0)