Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit b2d9fef

Browse files
fix: Minor typo in grpc.py
Signed-off-by: Radhika Agrawal <agrawalradhika@google.com>
1 parent 1efca42 commit b2d9fef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

google/auth/transport/grpc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ def my_client_cert_callback():
257257
# If SSL credentials are not explicitly set, try client_cert_callback and ADC.
258258
if not ssl_credentials:
259259
use_client_cert = _mtls_helper.check_use_client_cert()
260-
)
261260
if use_client_cert == "true" and client_cert_callback:
262261
# Use the callback if provided.
263262
cert, key = client_cert_callback()
@@ -295,7 +294,6 @@ class SslCredentials:
295294

296295
def __init__(self):
297296
use_client_cert = _mtls_helper.check_use_client_cert()
298-
)
299297
if use_client_cert != "true":
300298
self._is_mtls = False
301299
else:

0 commit comments

Comments
 (0)