From 858b9d83ab7b2e17315e7e5e012e7aa09777a078 Mon Sep 17 00:00:00 2001 From: Michael Huang Date: Sat, 12 Oct 2024 12:44:01 -0400 Subject: [PATCH] Less diff --- src/solana/rpc/api.py | 2 +- src/solana/rpc/async_api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/solana/rpc/api.py b/src/solana/rpc/api.py index d1a49a36..fe78a23c 100644 --- a/src/solana/rpc/api.py +++ b/src/solana/rpc/api.py @@ -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, diff --git a/src/solana/rpc/async_api.py b/src/solana/rpc/async_api.py index 0699a77b..95683ed2 100644 --- a/src/solana/rpc/async_api.py +++ b/src/solana/rpc/async_api.py @@ -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,