fix: Cleanup code to follow linting

This commit is contained in:
2025-10-10 21:35:47 +11:00
parent 09852f19b6
commit eee87e6ca7
5 changed files with 11 additions and 27 deletions

3
sol.py
View File

@@ -1,9 +1,6 @@
from solders.keypair import Keypair
from solders.pubkey import Pubkey
from solana.rpc.api import Client
from solders.system_program import TransferParams, transfer
from solders.transaction import Transaction
from solders.hash import Hash
from solders.message import MessageV0
from solders.transaction import VersionedTransaction
from solders.null_signer import NullSigner