8000 chore: use gapic generator python 1.4.1 (#285) · googleapis/python-analytics-data@0a73928 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 0a73928

Browse files
chore: use gapic generator python 1.4.1 (#285)
- [ ] 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 4a27a92 commit 0a73928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unit/gapic/data_v1alpha/test_alpha_analytics_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import math
2828
import pytest
2929
from proto.marshal.rules.dates import DurationRule, TimestampRule
30-
30+
from proto.marshal.rules import wrappers
3131

3232
from google.analytics.data_v1alpha.services.alpha_analytics_data import (
3333
AlphaAnalyticsDataAsyncClient,

tests/unit/gapic/data_v1beta/test_beta_analytics_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import math
2828
import pytest
2929
from proto.marshal.rules.dates import DurationRule, TimestampRule
30-
30+
from proto.marshal.rules import wrappers
3131

3232
from google.analytics.data_v1beta.services.beta_analytics_data import (
3333
BetaAnalyticsDataAsyncClient,

0 commit comments

Comments
 (0)
0