Skip to content

Commit dd525de

Browse files
committed
lint: removed unused type imports of Wei
1 parent e654b01 commit dd525de

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

web3/_utils/async_transactions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from web3.types import (
88
BlockIdentifier,
99
TxParams,
10-
Wei,
1110
)
1211

1312
if TYPE_CHECKING:

web3/_utils/transactions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
BlockIdentifier,
3333
TxData,
3434
TxParams,
35-
Wei,
3635
_Hash32,
3736
)
3837

0 commit comments

Comments
 (0)