Skip to content

Commit ff16972

Browse files
tmp
1 parent bc92e7d commit ff16972

File tree

1 file changed

+2
-2
lines changed
  • gapic/ads-templates/%namespace/%name/%version/%sub/services/%service

1 file changed

+2
-2
lines changed

gapic/ads-templates/%namespace/%name/%version/%sub/services/%service/client.py.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ class {{ service.client_name }}(metaclass={{ service.client_name }}Meta):
162162
"""
163163
if isinstance(client_options, dict):
164164
client_options = ClientOptions.from_dict(client_options)
165-
if client_options is None:
166-
client_options = ClientOptions.ClientOptions()
165+
if client_options is None:
166+
client_options = ClientOptions.ClientOptions()
167167

168168
if transport is None and client_options.api_endpoint is None:
169169
use_mtls_env = os.getenv("GOOGLE_API_USE_MTLS", "Never")

0 commit comments

Comments
 (0)