Skip to content

Commit

Permalink
fix: changes from ApeWorX/ape#2333
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Oct 26, 2024
1 parent c959ff4 commit c4f94b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniswap_sdk/universal_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ape.api import ReceiptAPI, TransactionAPI
from ape.contracts import ContractInstance
from ape.exceptions import DecodingError
from ape.managers import ManagerAccessMixin
from ape.managers.base import ManagerAccessMixin
from ape.utils import StructParser, cached_property
from ape_ethereum.ecosystem import parse_type
from eth_abi import decode as abi_decode
Expand Down

0 comments on commit c4f94b5

Please sign in to comment.