File tree Expand file tree Collapse file tree
packages/google-api-core/google/api_core/operations_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030# For more information, see:
3131# https://docs.python.org/3.15/library/sys.html#sys.set_lazy_imports_filter
3232# Older Python versions safely ignore this variable.
33- # NOTE: We statically define all modules here (including async ones) to ensure
33+ # NOTE: We statically define all modules here (including async ones) to ensure
3434# static analysis tools (mypy, pyright, Ruff) can easily parse them. If async
3535# support is not present, the imports are ignored, making their presence safe.
3636__lazy_modules__ : Set [str ] = {
6565
6666if _has_async_rest :
6767 try :
68- # On Python 3.15+, PEP 0810 lazy loading means these imports will succeed
69- # instantly (returning a lazy proxy). Any actual ImportErrors (e.g., due to
68+ # On Python 3.15+, PEP 0810 lazy loading means these imports will succeed
69+ # instantly (returning a lazy proxy). Any actual ImportErrors (e.g., due to
7070 # missing aiohttp/auth dependencies) are deferred until the proxies are accessed.
7171 from google .api_core .operations_v1 .transports .rest_asyncio import ( # noqa: E402, F401
7272 AsyncOperationsRestTransport ,
You can’t perform that action at this time.
0 commit comments