File tree Expand file tree Collapse file tree
packages/google-auth/google/auth/transport Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020import http .client as http_client
2121import logging
22- import warnings
2322from typing import Set
23+ import warnings
2424
2525# Certifi is Mozilla's certificate bundle. Urllib3 needs a certificate bundle
2626# to verify HTTPS requests, and certifi is the recommended and most reliable
5656from google .auth import exceptions
5757from google .auth import transport
5858from google .auth .transport import _mtls_helper
59+ from google .oauth2 import service_account
5960
6061__lazy_modules__ : Set [str ] = {
6162 "urllib3" ,
6465 "packaging" ,
6566 "packaging.version" ,
6667}
67- from google .oauth2 import service_account
6868
6969if version .parse (urllib3 .__version__ ) >= version .parse ("2.0.0" ): # pragma: NO COVER
7070 RequestMethods = urllib3 ._request_methods .RequestMethods # type: ignore
You can’t perform that action at this time.
0 commit comments