Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
NotPeopling2day committed Dec 4, 2024
1 parent 9bfa182 commit ce0dd6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ape_infura/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from web3.exceptions import ContractLogicError as Web3ContractLogicError
from web3.exceptions import ExtraDataLengthError
from web3.gas_strategies.rpc import rpc_gas_price_strategy

try:
from web3.middleware import ExtraDataToPOAMiddleware # type: ignore
except ImportError:
Expand Down
1 change: 1 addition & 0 deletions tests/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import websocket # type: ignore
from ape import networks
from web3.exceptions import ExtraDataLengthError

try:
from web3.middleware import ExtraDataToPOAMiddleware # type: ignore
except ImportError:
Expand Down

0 comments on commit ce0dd6b

Please sign in to comment.