From 9e7b884fedeabcb20e0ee1c2441c0cd1e08ec548 Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Thu, 28 Nov 2024 15:06:53 +0800 Subject: [PATCH] WIP --- tests/client.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/client.py b/tests/client.py index 79785a8..d814397 100644 --- a/tests/client.py +++ b/tests/client.py @@ -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"