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 bc92e7d commit ff16972Copy full SHA for ff16972
gapic/ads-templates/%namespace/%name/%version/%sub/services/%service/client.py.j2
@@ -162,8 +162,8 @@ class {{ service.client_name }}(metaclass={{ service.client_name }}Meta):
162
"""
163
if isinstance(client_options, dict):
164
client_options = ClientOptions.from_dict(client_options)
165
- if client_options is None:
166
- client_options = ClientOptions.ClientOptions()
+ if client_options is None:
+ client_options = ClientOptions.ClientOptions()
167
168
if transport is None and client_options.api_endpoint is None:
169
use_mtls_env = os.getenv("GOOGLE_API_USE_MTLS", "Never")
0 commit comments