Skip to content

Commit 3c4deb9

Browse files
committed
chore: fix precommit
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 2d842f9 commit 3c4deb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hiero_sdk_python/query/topic_message_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def _handle_response(self, response, state: SubscriptionState, on_message: Calla
189189
if not self._chunking_enabled or not response.HasField("chunkInfo") or response.chunkInfo.total <= 1:
190190
message = TopicMessage.of_single(response)
191191
on_message(message)
192-
192+
193193
state.count += 1
194194
return
195195

0 commit comments

Comments
 (0)