Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
preserve the changes in #86
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Sep 24, 2021
1 parent 023f3dc commit 8bb336d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -427,7 +427,8 @@ def __init__(
client_cert_source_for_mtls=client_cert_source_func,
quota_project_id=client_options.quota_project_id,
client_info=client_info,
always_use_jwt_access=(
always_use_jwt_access=not credentials
and (
Transport == type(self).get_transport_class("grpc")
or Transport == type(self).get_transport_class("grpc_asyncio")
),
Expand Down

0 comments on commit 8bb336d

Please sign in to comment.