From f5b686ecf8b4138c05537e21afcbdc5adc04c63b Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Thu, 5 Dec 2024 09:45:32 -0600 Subject: [PATCH] chore: lint --- ape_alchemy/provider.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ape_alchemy/provider.py b/ape_alchemy/provider.py index 855b7cc..8ff90c0 100644 --- a/ape_alchemy/provider.py +++ b/ape_alchemy/provider.py @@ -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