Skip to content

Commit c628d08

Browse files
committed
fix
1 parent 8ad132a commit c628d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_test_types/transaction_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from dataclasses import dataclass
44
from enum import IntEnum
55
from functools import cached_property
6-
from typing import Any, ClassVar, Dict, Generic, List, Literal, Sequence, Union
6+
from typing import Any, ClassVar, Dict, Generic, List, Literal, Sequence
77

88
import ethereum_rlp as eth_rlp
99
from coincurve.keys import PrivateKey, PublicKey

0 commit comments

Comments
 (0)