Skip to content

Commit

Permalink
chore: add no type on ValueError
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-quest authored and NotPeopling2day committed Dec 4, 2024
1 parent a1a1647 commit 4ec244c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape_ethereum/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
try:
from web3.exceptions import Web3RPCError
except ImportError:
Web3RPCError = ValueError
Web3RPCError = ValueError # type: ignore

from web3.gas_strategies.rpc import rpc_gas_price_strategy
from web3.middleware.validation import MAX_EXTRADATA_LENGTH
Expand Down

0 comments on commit 4ec244c

Please sign in to comment.