Skip to content

Commit fb90e8e

Browse files
ManmathXparvninama
authored andcommitted
chore: add return type annotation to _is_payment_required in CryptoGetAccountBalanceQuery (hiero-ledger#2188)
Signed-off-by: ManmathX <manmath2006n@gmail.com>
1 parent b0d1497 commit fb90e8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hiero_sdk_python/query/account_balance_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def _get_query_response(self, response: Any) -> crypto_get_account_balance_pb2.C
172172
"""
173173
return response.cryptogetAccountBalance
174174

175-
def _is_payment_required(self):
175+
def _is_payment_required(self) -> bool:
176176
"""
177177
Account balance query does not require payment.
178178

0 commit comments

Comments
 (0)