Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e8e69b

Browse files
committed
fix lint
1 parent f22642c commit 4e8e69b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/pubsub_v1/subscriber/message.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def modify_ack_deadline_with_response(self, seconds: int) -> "futures.Future":
382382
Otherwise, the future will contain an exception with more details about
383383
the failure and the message will be redelivered according to its
384384
currently-set ack deadline.
385-
385+
386386
Exactly once delivery is a preview feature. For more details,
387387
see https://cloud.google.com/pubsub/docs/exactly-once-delivery."
388388
@@ -445,7 +445,7 @@ def nack_with_response(self) -> "futures.Future":
445445
446446
If exactly-once delivery is NOT enabled on the subscription, the
447447
future returns immediately with an AcknowledgeStatus.SUCCESS.
448-
448+
449449
If exactly-once delivery is enabled on the subscription, the
450450
future returned by this method tracks the state of the
451451
nack operation. If the future completes successfully,

0 commit comments

Comments
 (0)