You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/gapic-generator/gapic/ads-templates/%namespace/%name/%version/%sub/services/%service/transports/base.py.j2
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ import pkg_resources
7
7
8
8
from google import auth
9
9
from google.api_core import gapic_v1 # type: ignore
10
+
from google.api_core import retry as retries # type: ignore
10
11
{%- ifservice.has_lro%}
11
12
from google.api_core import operations_v1 # type: ignore
Copy file name to clipboardExpand all lines: packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/base.py.j2
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ import pkg_resources
8
8
from google import auth
9
9
from google.api_core import exceptions # type: ignore
10
10
from google.api_core import gapic_v1 # type: ignore
11
+
from google.api_core import retry as retries # type: ignore
11
12
{%- ifservice.has_lro%}
12
13
from google.api_core import operations_v1 # type: ignore
0 commit comments