Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 5, 2024
1 parent ffa998b commit f5b686e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ape_alchemy/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
from typing import TYPE_CHECKING, Any, Optional

from ape.api import ReceiptAPI, TraceAPI, TransactionAPI, UpstreamProvider
from ape.exceptions import (
APINotImplementedError,
ContractLogicError,
ProviderError,
VirtualMachineError,
)
from ape.exceptions import APINotImplementedError, ContractLogicError, VirtualMachineError
from ape.logging import logger
from ape_ethereum.provider import Web3Provider
from eth_pydantic_types import HexBytes
Expand Down

0 comments on commit f5b686e

Please sign in to comment.