We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921f20b commit 16402e1Copy full SHA for 16402e1
gapic/templates/%namespace/%name_%version/%sub/services/%service/client.py.j2
@@ -31,9 +31,7 @@ from google.auth.transport import mtls # type: ignore
31
from google.auth.transport.grpc import SslCredentials # type: ignore
32
from google.auth.exceptions import MutualTLSChannelError # type: ignore
33
from google.oauth2 import service_account # type: ignore
34
-
35
{{ shared_macros.add_google_api_core_version_header_import(service) }}
36
37
try:
38
OptionalRetry = Union[retries.Retry, gapic_v1.method._MethodDefault, None]
39
except AttributeError: # pragma: NO COVER
0 commit comments