Skip to content

Commit 9f3e406

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 da94120 commit 9f3e406

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
@@ -344,7 +344,7 @@ def proxy_manager_for(self, *args, **kwargs):
344344
return super(_MutualTlsOffloadAdapter, self).proxy_manager_for(*args, **kwargs)
345345

346346

347-
class AuthorizedSession(_helpers.HeapDummy, metaclass=_LazyBasesMeta):
347+
class AuthorizedSession(_SessionBase, metaclass=_LazyBasesMeta):
348348
"""A Requests Session class with credentials.
349349
350350
This class is used to perform requests to API endpoints that require

0 commit comments

Comments
 (0)