Skip to content

Commit 450d0ac

Browse files
yinghsienwucopybara-github
authored andcommitted
chore: test
PiperOrigin-RevId: 892539896
1 parent 5c820f2 commit 450d0ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/genai/_api_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,7 @@ def __init__(
798798
self._websocket_ssl_ctx = self._ensure_websocket_ssl_ctx(self._http_options)
799799
self._retry = tenacity.Retrying(**retry_kwargs)
800800
self._async_retry = tenacity.AsyncRetrying(**retry_kwargs)
801+
# Test comment
801802

802803
def _use_google_auth_sync(self) -> bool:
803804
if not hasattr(mtls, 'should_use_client_cert'):

0 commit comments

Comments
 (0)