Skip to content

Commit 4ea941d

Browse files
committed
lint
1 parent b41d8ab commit 4ea941d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def _process_requests(
239239
ack_reqs_dict[ack_id].message_id,
240240
ack_reqs_dict[ack_id].ack_id,
241241
)
242-
242+
243243
# Handle special errors returned for ack/modack RPCs via the ErrorInfo
244244
# sidecar metadata when exactly-once delivery is enabled.
245245
if errors_dict and ack_id in errors_dict:

0 commit comments

Comments
 (0)