Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 17d14cf

Browse files
chore: use gapic generator python 1.4.1 (#134)
* 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 4fcb997 commit 17d14cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/unit/gapic/iap_v1/test_identity_aware_proxy_admin_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
from google.type import expr_pb2 # type: ignore
4141
import grpc
4242
from grpc.experimental import aio
43+
from proto.marshal.rules import wrappers
4344
from proto.marshal.rules.dates import DurationRule, TimestampRule
4445
import pytest
4546

tests/unit/gapic/iap_v1/test_identity_aware_proxy_o_auth_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
from google.oauth2 import service_account
3434
import grpc
3535
from grpc.experimental import aio
36+
from proto.marshal.rules import wrappers
3637
from proto.marshal.rules.dates import DurationRule, TimestampRule
3738
import pytest
3839

0 commit comments

Comments
 (0)