Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Nov 28, 2024
1 parent 23b9813 commit 9e7b884
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@
from typing import Dict, List, Tuple, Optional, Union

from stellar_sdk import scval, xdr, Address, MuxedAccount, Keypair
from stellar_sdk.contract import (
AssembledTransaction,
AssembledTransactionAsync,
ContractClient,
ContractClientAsync,
)
from stellar_sdk.contract import AssembledTransaction, ContractClient
from stellar_sdk.contract import AssembledTransactionAsync, ContractClientAsync

NULL_ACCOUNT = "GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWHF"

Expand Down

0 comments on commit 9e7b884

Please sign in to comment.