We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad132a commit c628d08Copy full SHA for c628d08
src/ethereum_test_types/transaction_types.py
@@ -3,7 +3,7 @@
3
from dataclasses import dataclass
4
from enum import IntEnum
5
from functools import cached_property
6
-from typing import Any, ClassVar, Dict, Generic, List, Literal, Sequence, Union
+from typing import Any, ClassVar, Dict, Generic, List, Literal, Sequence
7
8
import ethereum_rlp as eth_rlp
9
from coincurve.keys import PrivateKey, PublicKey
0 commit comments