8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88580b4 commit c8b5caeCopy full SHA for c8b5cae
google/auth/transport/requests.py
@@ -36,10 +36,10 @@
36
)
37
import requests.adapters # pylint: disable=ungrouped-imports
38
import requests.exceptions # pylint: disable=ungrouped-imports
39
-import six # pylint: disable=ungrouped-imports
40
-from urllib3.util.ssl_ import (
+from requests.packages.urllib3.util.ssl_ import ( # type: ignore
41
create_urllib3_context,
42
) # pylint: disable=ungrouped-imports
+import six # pylint: disable=ungrouped-imports
43
44
from google.auth import environment_vars
45
from google.auth import exceptions
system_tests/secrets.tar.enc
0 Bytes
0 commit comments