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 e646bcd commit bfc403fCopy full SHA for bfc403f
1 file changed
packages/google-auth/google/auth/transport/__init__.py
@@ -25,15 +25,15 @@
25
"""
26
27
__lazy_modules__ = {
28
- f"{__name__}._aiohttp_requests",
29
- f"{__name__}._custom_tls_signer",
30
- f"{__name__}._http_client",
31
- f"{__name__}._mtls_helper",
32
- f"{__name__}._requests_base",
33
- f"{__name__}.grpc",
34
- f"{__name__}.mtls",
35
- f"{__name__}.requests",
36
- f"{__name__}.urllib3",
+ "google.auth.transport._aiohttp_requests",
+ "google.auth.transport._custom_tls_signer",
+ "google.auth.transport._http_client",
+ "google.auth.transport._mtls_helper",
+ "google.auth.transport._requests_base",
+ "google.auth.transport.grpc",
+ "google.auth.transport.mtls",
+ "google.auth.transport.requests",
+ "google.auth.transport.urllib3",
37
}
38
39
import abc
0 commit comments