Skip to content

Commit 4ec244c

Browse files
evan-questNotPeopling2day
authored andcommitted
chore: add no type on ValueError
1 parent a1a1647 commit 4ec244c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ape_ethereum/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
try:
3333
from web3.exceptions import Web3RPCError
3434
except ImportError:
35-
Web3RPCError = ValueError
35+
Web3RPCError = ValueError # type: ignore
3636

3737
from web3.gas_strategies.rpc import rpc_gas_price_strategy
3838
from web3.middleware.validation import MAX_EXTRADATA_LENGTH

0 commit comments

Comments
 (0)