Skip to content

Commit c512f09

Browse files
chore: use gapic generator python 1.4.1 (googleapis#222)
* fix: integrate gapic-generator-python-1.4.1 and enable more py_test targets PiperOrigin-RevId: 473833416 Source-Link: googleapis/googleapis@565a550 Source-Link: https://github.com/googleapis/googleapis-gen/commit/1ee1a06c6de3ca8b843572c1fde0548f84236989 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWVlMWEwNmM2ZGUzY2E4Yjg0MzU3MmMxZmRlMDU0OGY4NDIzNjk4OSJ9 * 🦉 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 003d712 commit c512f09

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/unit/gapic/functions_v1/test_cloud_functions_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
from google.type import expr_pb2 # type: ignore
5151
import grpc
5252
from grpc.experimental import aio
53+
from proto.marshal.rules import wrappers
5354
from proto.marshal.rules.dates import DurationRule, TimestampRule
5455
import pytest
5556

tests/unit/gapic/functions_v2/test_function_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
from google.protobuf import timestamp_pb2 # type: ignore
5050
import grpc
5151
from grpc.experimental import aio
52+
from proto.marshal.rules import wrappers
5253
from proto.marshal.rules.dates import DurationRule, TimestampRule
5354
import pytest
5455

0 commit comments

Comments
 (0)