Skip to content

Commit 4d2f31c

Browse files
committed
chore: consistent spacing & removes unnecessary print()
1 parent 3a01786 commit 4d2f31c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/example_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ def setup(base_url=None, skip_ws=False, perp_dexs=None):
2626
exchange = Exchange(account, base_url, account_address=address, perp_dexs=perp_dexs)
2727
return address, info, exchange
2828

29+
2930
def create_account(config):
3031
if config["keystore_path"]:
31-
print("Using keystore to create account...")
3232
keystore_path = config["keystore_path"]
3333
keystore_path = os.path.expanduser(keystore_path)
3434
if not os.path.isabs(keystore_path):

0 commit comments

Comments
 (0)