Skip to content

Commit

Permalink
bleh
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed Jun 30, 2023
1 parent 4c08006 commit f116353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elfpy/utils/apeworx_integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from ape.api import BlockAPI, ProviderAPI, ReceiptAPI, TransactionAPI
from ape.contracts import ContractContainer
from ape.contracts.base import ContractTransaction, ContractTransactionHandler
from ape.exceptions import TransactionError, TransactionNotFoundError
from ape.exceptions import onError, TransactionNotFoundError
from ape.managers.project import ProjectManager
from ape.types import AddressType, ContractType
from ape_accounts.accounts import KeyfileAccount
Expand Down

0 comments on commit f116353

Please sign in to comment.