Skip to content

Commit

Permalink
chore(python): run blacken session for all directories with a noxfile (
Browse files Browse the repository at this point in the history
…#247)

Source-Link: googleapis/synthtool@bc0de6e
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:39ad8c0570e4f5d2d3124a509de4fe975e799e2b97e0f58aed88f8880d5a8b60

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and leahecole committed Sep 15, 2023
1 parent ca4b51e commit edf6723
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions videointelligence/samples/analyze/beta_snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,14 +876,16 @@ def stream_generator():
video_streaming_automl_classification_parser.add_argument("model_id")

video_streaming_automl_object_tracking_parser = subparsers.add_parser(
"streaming-automl-object-tracking", help=streaming_automl_object_tracking.__doc__
"streaming-automl-object-tracking",
help=streaming_automl_object_tracking.__doc__,
)
video_streaming_automl_object_tracking_parser.add_argument("path")
video_streaming_automl_object_tracking_parser.add_argument("project_id")
video_streaming_automl_object_tracking_parser.add_argument("model_id")

video_streaming_automl_action_recognition_parser = subparsers.add_parser(
"streaming-automl-action-recognition", help=streaming_automl_action_recognition.__doc__
"streaming-automl-action-recognition",
help=streaming_automl_action_recognition.__doc__,
)
video_streaming_automl_action_recognition_parser.add_argument("path")
video_streaming_automl_action_recognition_parser.add_argument("project_id")
Expand Down

0 comments on commit edf6723

Please sign in to comment.