Skip to content

Commit edf6723

Browse files
gcf-owl-bot[bot]leahecole
authored andcommitted
chore(python): run blacken session for all directories with a noxfile (#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>
1 parent ca4b51e commit edf6723

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

videointelligence/samples/analyze/beta_snippets.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,14 +876,16 @@ def stream_generator():
876876
video_streaming_automl_classification_parser.add_argument("model_id")
877877

878878
video_streaming_automl_object_tracking_parser = subparsers.add_parser(
879-
"streaming-automl-object-tracking", help=streaming_automl_object_tracking.__doc__
879+
"streaming-automl-object-tracking",
880+
help=streaming_automl_object_tracking.__doc__,
880881
)
881882
video_streaming_automl_object_tracking_parser.add_argument("path")
882883
video_streaming_automl_object_tracking_parser.add_argument("project_id")
883884
video_streaming_automl_object_tracking_parser.add_argument("model_id")
884885

885886
video_streaming_automl_action_recognition_parser = subparsers.add_parser(
886-
"streaming-automl-action-recognition", help=streaming_automl_action_recognition.__doc__
887+
"streaming-automl-action-recognition",
888+
help=streaming_automl_action_recognition.__doc__,
887889
)
888890
video_streaming_automl_action_recognition_parser.add_argument("path")
889891
video_streaming_automl_action_recognition_parser.add_argument("project_id")

0 commit comments

Comments
 (0)