Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
acocuzzo committed Apr 14, 2022
1 parent e4e1311 commit 7d55735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/cloud/pubsub_v1/subscriber/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 7d55735

Please sign in to comment.