We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c820f2 commit cbb12acCopy full SHA for cbb12ac
1 file changed
google/genai/_api_client.py
@@ -798,6 +798,7 @@ def __init__(
798
self._websocket_ssl_ctx = self._ensure_websocket_ssl_ctx(self._http_options)
799
self._retry = tenacity.Retrying(**retry_kwargs)
800
self._async_retry = tenacity.AsyncRetrying(**retry_kwargs)
801
+ # Test comment
802
803
def _use_google_auth_sync(self) -> bool:
804
if not hasattr(mtls, 'should_use_client_cert'):
0 commit comments