Skip to content

Commit b87da48

Browse files
docs: Minor formatting (#185)
* docs: Minor formatting chore: Update gapic-generator-python to v1.11.5 build: Update rules_python to 0.24.0 PiperOrigin-RevId: 563436317 Source-Link: googleapis/googleapis@42fd37b Source-Link: googleapis/googleapis-gen@280264c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 204cede commit b87da48

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

packages/google-cloud-video-live-stream/google/cloud/video/live_stream_v1/services/livestream_service/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
from google.api_core import operation # type: ignore
4646
from google.api_core import operation_async # type: ignore
4747
from google.cloud.location import locations_pb2 # type: ignore
48-
from google.longrunning import operations_pb2
48+
from google.longrunning import operations_pb2 # type: ignore
4949
from google.protobuf import empty_pb2 # type: ignore
5050
from google.protobuf import field_mask_pb2 # type: ignore
5151
from google.protobuf import timestamp_pb2 # type: ignore

packages/google-cloud-video-live-stream/google/cloud/video/live_stream_v1/services/livestream_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
from google.api_core import operation # type: ignore
5050
from google.api_core import operation_async # type: ignore
5151
from google.cloud.location import locations_pb2 # type: ignore
52-
from google.longrunning import operations_pb2
52+
from google.longrunning import operations_pb2 # type: ignore
5353
from google.protobuf import empty_pb2 # type: ignore
5454
from google.protobuf import field_mask_pb2 # type: ignore
5555
from google.protobuf import timestamp_pb2 # type: ignore

packages/google-cloud-video-live-stream/google/cloud/video/live_stream_v1/services/livestream_service/transports/rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
from google.auth.transport.grpc import SslCredentials # type: ignore
3434
from google.auth.transport.requests import AuthorizedSession # type: ignore
3535
from google.cloud.location import locations_pb2 # type: ignore
36-
from google.longrunning import operations_pb2
3736
from google.protobuf import json_format
3837
import grpc # type: ignore
3938
from requests import __version__ as requests_version

packages/google-cloud-video-live-stream/samples/generated_samples/snippet_metadata_google.cloud.video.livestream.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-video-live-stream",
11-
"version": "1.5.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-video-live-stream/tests/unit/gapic/live_stream_v1/test_livestream_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from google.auth import credentials as ga_credentials
4343
from google.auth.exceptions import MutualTLSChannelError
4444
from google.cloud.location import locations_pb2
45-
from google.longrunning import operations_pb2
45+
from google.longrunning import operations_pb2 # type: ignore
4646
from google.oauth2 import service_account
4747
from google.protobuf import any_pb2 # type: ignore
4848
from google.protobuf import duration_pb2 # type: ignore

0 commit comments

Comments
 (0)