Skip to content

Commit b09233a

Browse files
committed
style: add spacing in set_node_account_id method
Signed-off-by: Angelina <[email protected]>
1 parent 04b78af commit b09233a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hiero_sdk_python/query/query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ def set_node_account_ids(self, node_account_ids: List[AccountId]):
395395
"""
396396
self.node_account_ids = node_account_ids
397397
return self
398+
398399
def set_node_account_id(self, node_account_id: AccountId):
399400
"""
400401
Sets a single node account ID the query will be sent to.

0 commit comments

Comments
 (0)