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

chore: use gapic generator python 1.4.1 #285

Merged
merged 2 commits into from
Sep 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/unit/gapic/data_v1alpha/test_alpha_analytics_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import math
import pytest
from proto.marshal.rules.dates import DurationRule, TimestampRule

from proto.marshal.rules import wrappers

from google.analytics.data_v1alpha.services.alpha_analytics_data import (
AlphaAnalyticsDataAsyncClient,
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/gapic/data_v1beta/test_beta_analytics_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import math
import pytest
from proto.marshal.rules.dates import DurationRule, TimestampRule

from proto.marshal.rules import wrappers

from google.analytics.data_v1beta.services.beta_analytics_data import (
BetaAnalyticsDataAsyncClient,
Expand Down