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"