File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
ads-templates/%namespace/%name/%version/%sub/services/%service/transports
templates/%namespace/%name_%version/%sub/services/%service/transports Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import pkg_resources
77
88from google import auth
99from google.api_core import gapic_v1 # type: ignore
10+ from google.api_core import retry as retries # type: ignore
1011{% - if service .has_lro %}
1112from google.api_core import operations_v1 # type: ignore
1213{% - endif %}
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import pkg_resources
88from google import auth
99from google.api_core import exceptions # type: ignore
1010from google.api_core import gapic_v1 # type: ignore
11+ from google.api_core import retry as retries # type: ignore
1112{% - if service .has_lro %}
1213from google.api_core import operations_v1 # type: ignore
1314{% - endif %}
You can’t perform that action at this time.
0 commit comments