Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Sep 30, 2024
1 parent 83b8f9c commit 2bf61a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions samples/snippets/subscriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -1241,9 +1241,7 @@ def callback(message: pubsub_v1.subscriber.message.Message) -> None:
otel_subscribe_parse.add_argument("subscription_project_id")
otel_subscribe_parse.add_argument("cloud_trace_project_id")
otel_subscribe_parse.add_argument("subscription_id")
otel_subscribe_parse.add_argument(
"timeout", default=None, type=float, nargs="?"
)
otel_subscribe_parse.add_argument("timeout", default=None, type=float, nargs="?")

create_parser = subparsers.add_parser("create", help=create_subscription.__doc__)
create_parser.add_argument("topic_id")
Expand Down

0 comments on commit 2bf61a5

Please sign in to comment.