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

Commit a89bbbe

Browse files
chore: use gapic generator python 1.4.1 (#181)
* 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 a4fdad9 commit a89bbbe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/unit/gapic/dataqna_v1alpha/test_auto_suggestion_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

tests/unit/gapic/dataqna_v1alpha/test_question_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
from google.rpc import status_pb2 # type: ignore
3838
import grpc
3939
from grpc.experimental import aio
40+
from proto.marshal.rules import wrappers
4041
from proto.marshal.rules.dates import DurationRule, TimestampRule
4142
import pytest
4243

0 commit comments

Comments
 (0)