From 4e8e69bab1464daf5b5e9d0b02cf30fc28a4abdc Mon Sep 17 00:00:00 2001 From: acocuzzo Date: Thu, 14 Apr 2022 15:58:21 -0400 Subject: [PATCH] fix lint --- google/cloud/pubsub_v1/subscriber/message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/cloud/pubsub_v1/subscriber/message.py b/google/cloud/pubsub_v1/subscriber/message.py index b19214e8b..c0a2e70ea 100644 --- a/google/cloud/pubsub_v1/subscriber/message.py +++ b/google/cloud/pubsub_v1/subscriber/message.py @@ -382,7 +382,7 @@ def modify_ack_deadline_with_response(self, seconds: int) -> "futures.Future": Otherwise, the future will contain an exception with more details about the failure and the message will be redelivered according to its currently-set ack deadline. - + Exactly once delivery is a preview feature. For more details, see https://cloud.google.com/pubsub/docs/exactly-once-delivery." @@ -445,7 +445,7 @@ def nack_with_response(self) -> "futures.Future": If exactly-once delivery is NOT enabled on the subscription, the future returns immediately with an AcknowledgeStatus.SUCCESS. - + If exactly-once delivery is enabled on the subscription, the future returned by this method tracks the state of the nack operation. If the future completes successfully,