Skip to content

Commit

Permalink
fix: broken import (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Sep 27, 2023
1 parent 9ed2883 commit 9117c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multicall/call.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
from eth_utils import to_checksum_address
from web3 import Web3

from multicall import Signature, _get_signature
from multicall.constants import Network, w3
from multicall.exceptions import StateOverrideNotSupported
from multicall.loggers import setup_logger
from multicall.signature import Signature, _get_signature
from multicall.utils import (_get_semaphore, chain_id, get_async_w3,
run_in_subprocess, state_override_supported)

Expand Down

0 comments on commit 9117c55

Please sign in to comment.