Skip to content

Commit 09a3a6b

Browse files
committed
update comment
1 parent d68e98f commit 09a3a6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub

packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/_compat.py.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ except ImportError: # pragma: NO COVER
5252

5353

5454
{# TODO(https://github.com/googleapis/google-cloud-python/issues/17883):
55-
Defer to google.auth.transport.mtls.should_use_mtls_endpoint to parse
56-
GOOGLE_API_USE_MTLS_ENDPOINT when available in minimum supported google-auth. #}
55+
Defer to google.auth.transport.mtls.should_use_mtls_endpoint (available in google-auth >= 2.56.0)
56+
to parse GOOGLE_API_USE_MTLS_ENDPOINT when available in minimum supported google-auth. #}
5757
def read_environment_variables():
5858
"""Returns the environment variables used by the client.
5959

0 commit comments

Comments
 (0)