Skip to content

Commit

Permalink
fix: removed unused import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed Sep 12, 2024
1 parent df9de3b commit 1942583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unitary/contracts/abi/test_abi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import boa
from boa import BoaError
from boa.contracts.abi.abi_contract import ABIContractFactory, ABIFunction, ABIContract
from boa.contracts.abi.abi_contract import ABIContractFactory, ABIFunction
from boa.util.abi import Address
import warnings

Expand Down

0 comments on commit 1942583

Please sign in to comment.