Skip to content

Commit bc0f378

Browse files
Adityarya11Copilot
andcommitted
Update examples/tokens/custom_fee_royalty.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: notsogod <149138960+Adityarya11@users.noreply.github.com>
1 parent 8a979ef commit bc0f378

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/tokens/custom_fee_royalty.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
network_name = os.getenv("NETWORK", "testnet").lower()
2525

2626
def setup_client():
27-
"""
28-
Initialize and set up the client with the operator account
29-
"""
27+
"""Initialize and set up the client with operator account"""
3028

3129
network = Network(network_name)
3230
print(f"Connecting to the Hedera {network_name} network")

0 commit comments

Comments
 (0)