Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mukund-ananthu committed Mar 6, 2024
1 parent 08c5149 commit cae12e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/pubsub_v1/publisher/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def on_publish_done(future):
transport = self._transport
base_retry = transport._wrapped_methods[transport.publish]._retry
retry = base_retry.with_deadline(2.0**32)
elif retry is not None:
else:
retry = retry.with_deadline(2.0**32)

# Delegate the publishing to the sequencer.
Expand Down

0 comments on commit cae12e8

Please sign in to comment.