Skip to content

Commit eb54304

Browse files
committed
lint
1 parent 2db6c36 commit eb54304

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/solana/transaction.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""Library to package an atomic sequence of instructions to a transaction."""
22
from __future__ import annotations
33

4-
from dataclasses import dataclass
5-
from typing import Any, List, NamedTuple, NewType, Optional, Sequence, Tuple, Union
4+
from typing import Any, List, NamedTuple, Optional, Sequence, Tuple, Union
65

76
from solders.hash import Hash as Blockhash
87
from solders.instruction import AccountMeta, Instruction

0 commit comments

Comments
 (0)