Skip to content

Commit 2ca9b57

Browse files
Update packages/google-auth/google/auth/transport/requests.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7e1686b commit 2ca9b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-auth/google/auth/transport/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def proxy_manager_for(self, *args, **kwargs):
294294
return super(_MutualTlsAdapter, self).proxy_manager_for(*args, **kwargs)
295295

296296

297-
class _MutualTlsOffloadAdapter(_helpers.HeapDummy, metaclass=_LazyBasesMeta):
297+
class _MutualTlsOffloadAdapter(_HTTPAdapterBase, metaclass=_LazyBasesMeta):
298298
"""
299299
A TransportAdapter that enables mutual TLS and offloads the client side
300300
signing operation to the signing library.

0 commit comments

Comments
 (0)