Skip to content

Commit c449c3f

Browse files
committed
fix: resolve trailing whitespace lint issues in operations_v1
1 parent 0d7fd9b commit c449c3f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • packages/google-api-core/google/api_core/operations_v1

packages/google-api-core/google/api_core/operations_v1/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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] = {
@@ -65,8 +65,8 @@
6565

6666
if _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,

0 commit comments

Comments
 (0)