Skip to content

Commit

Permalink
Less diff
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly committed Oct 12, 2024
1 parent 5799680 commit 858b9d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/solana/rpc/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from warnings import warn

from solders.hash import Hash as Blockhash
from solders.message import VersionedMessage
from solders.keypair import Keypair
from solders.message import VersionedMessage
from solders.pubkey import Pubkey
from solders.rpc.responses import (
GetAccountInfoMaybeJsonParsedResp,
Expand Down
2 changes: 1 addition & 1 deletion src/solana/rpc/async_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from warnings import warn

from solders.hash import Hash as Blockhash
from solders.message import VersionedMessage
from solders.keypair import Keypair
from solders.message import VersionedMessage
from solders.pubkey import Pubkey
from solders.rpc.responses import (
GetAccountInfoMaybeJsonParsedResp,
Expand Down

0 comments on commit 858b9d8

Please sign in to comment.