Skip to content

Commit 07d18df

Browse files
committed
hopfully fixed file locality so it can be used as package
1 parent 217184e commit 07d18df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

IceCreamSwapWeb3/Multicall.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
from web3.contract.contract import ContractFunction, ContractConstructor
1111
from web3.exceptions import ContractLogicError
1212

13-
from .Web3Advanced import Web3Advanced
14-
13+
from IceCreamSwapWeb3 import Web3Advanced
1514

1615
# load multicall abi
1716
with open("./abi/Multicall.abi") as f:

0 commit comments

Comments
 (0)