Skip to content

Commit ad55da8

Browse files
chore: use gapic generator python 1.4.1 (#377)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 473833416 Source-Link: googleapis/googleapis@565a550 Source-Link: googleapis/googleapis-gen@1ee1a06 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWVlMWEwNmM2ZGUzY2E4Yjg0MzU3MmMxZmRlMDU0OGY4NDIzNjk4OSJ9
1 parent b93fdcf commit ad55da8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/google-cloud-documentai/tests/unit/gapic/documentai_v1/test_document_processor_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
from google.type import postal_address_pb2 # type: ignore
5656
import grpc
5757
from grpc.experimental import aio
58+
from proto.marshal.rules import wrappers
5859
from proto.marshal.rules.dates import DurationRule, TimestampRule
5960
import pytest
6061

packages/google-cloud-documentai/tests/unit/gapic/documentai_v1beta2/test_document_understanding_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
from google.rpc import status_pb2 # type: ignore
4545
import grpc
4646
from grpc.experimental import aio
47+
from proto.marshal.rules import wrappers
4748
from proto.marshal.rules.dates import DurationRule, TimestampRule
4849
import pytest
4950

packages/google-cloud-documentai/tests/unit/gapic/documentai_v1beta3/test_document_processor_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
from google.type import postal_address_pb2 # type: ignore
5656
import grpc
5757
from grpc.experimental import aio
58+
from proto.marshal.rules import wrappers
5859
from proto.marshal.rules.dates import DurationRule, TimestampRule
5960
import pytest
6061

0 commit comments

Comments
 (0)