Skip to content

Commit b487ced

Browse files
remove import
Signed-off-by: tech0priyanshu <[email protected]>
1 parent e5295f6 commit b487ced

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/account/account_create_transaction_without_alias.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
"""
1313

1414
from typing import Tuple
15-
import os
1615
import sys
1716
import json
18-
from dotenv import load_dotenv
1917

2018
from examples.utils import info_to_dict
2119

@@ -25,16 +23,12 @@
2523
PublicKey,
2624
AccountCreateTransaction,
2725
AccountInfoQuery,
28-
Network,
2926
AccountId,
3027
AccountInfo,
3128
Hbar,
3229
ResponseCode,
3330
)
3431

35-
load_dotenv()
36-
37-
3832
def setup_client() -> Client:
3933
"""Setup Client."""
4034
client = Client.from_env()

0 commit comments

Comments
 (0)