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

Commit f5e02b7

Browse files
chore: use gapic generator python 1.4.1 (#240)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 473833416 Source-Link: googleapis/googleapis@565a550 Source-Link: https://github.com/googleapis/googleapis-gen/commit/1ee1a06c6de3ca8b843572c1fde0548f84236989 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWVlMWEwNmM2ZGUzY2E4Yjg0MzU3MmMxZmRlMDU0OGY4NDIzNjk4OSJ9
1 parent b0391ea commit f5e02b7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

‎tests/unit/gapic/websecurityscanner_v1/test_web_security_scanner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
from google.protobuf import timestamp_pb2 # type: ignore
3636
import grpc
3737
from grpc.experimental import aio
38+
from proto.marshal.rules import wrappers
3839
from proto.marshal.rules.dates import DurationRule, TimestampRule
3940
import pytest
4041

‎tests/unit/gapic/websecurityscanner_v1alpha/test_web_security_scanner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
from google.protobuf import timestamp_pb2 # type: ignore
3636
import grpc
3737
from grpc.experimental import aio
38+
from proto.marshal.rules import wrappers
3839
from proto.marshal.rules.dates import DurationRule, TimestampRule
3940
import pytest
4041

‎tests/unit/gapic/websecurityscanner_v1beta/test_web_security_scanner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
from google.protobuf import timestamp_pb2 # type: ignore
3636
import grpc
3737
from grpc.experimental import aio
38+
from proto.marshal.rules import wrappers
3839
from proto.marshal.rules.dates import DurationRule, TimestampRule
3940
import pytest
4041

0 commit comments

Comments
 (0)