Skip to content

Commit

Permalink
lint: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
banteg committed Apr 3, 2024
1 parent 88b72cd commit c1e34a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/functional/test_multicall.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

from ape.exceptions import APINotImplementedError
from ape_ethereum.multicall import Call
from ape_ethereum.multicall.constants import (
MULTICALL3_ADDRESS,
MULTICALL3_CONTRACT_TYPE,
)
from ape_ethereum.multicall.constants import MULTICALL3_ADDRESS, MULTICALL3_CONTRACT_TYPE
from ape_ethereum.multicall.exceptions import UnsupportedChainError

RETURNDATA = HexBytes("0x4a821464")
Expand Down

0 comments on commit c1e34a3

Please sign in to comment.