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 a3a85a0 commit 68eca51Copy full SHA for 68eca51
1 file changed
packages/google-auth/google/auth/transport/__init__.py
@@ -30,7 +30,9 @@
30
# For more information, see:
31
# https://docs.python.org/3.15/library/sys.html#sys.set_lazy_imports_filter
32
# Older Python versions safely ignore this variable.
33
-__lazy_modules__ = {
+from typing import Set
34
+
35
+__lazy_modules__: Set[str] = {
36
"_aiohttp_requests",
37
"_custom_tls_signer",
38
"_http_client",
0 commit comments