From 7139955565e5407760304a9f522f649f8125b10f Mon Sep 17 00:00:00 2001 From: Sijun Liu Date: Tue, 26 Sep 2023 13:16:03 -0700 Subject: [PATCH] update --- google/auth/transport/urllib3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/auth/transport/urllib3.py b/google/auth/transport/urllib3.py index 358f78d4e..bc4de4d14 100644 --- a/google/auth/transport/urllib3.py +++ b/google/auth/transport/urllib3.py @@ -179,7 +179,7 @@ def _make_mutual_tls_http(cert, key): return http -class AuthorizedHttp(urllib3._request_methods.RequestMethods): +class AuthorizedHttp(urllib3._request_methods.RequestMethods): # type: ignore """A urllib3 HTTP class with credentials. This class is used to perform requests to API endpoints that require