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 e3a181a commit 0d7fd9bCopy full SHA for 0d7fd9b
1 file changed
packages/google-api-core/google/api_core/operations_v1/__init__.py
@@ -49,13 +49,6 @@
49
"OperationsRestTransport",
50
]
51
52
-if _has_async_rest:
53
- __lazy_modules__.update(
54
- {
55
- "google.api_core.operations_v1.transports.rest_asyncio",
56
- "google.api_core.operations_v1.operations_rest_client_async",
57
- }
58
- )
59
60
from google.api_core.operations_v1.abstract_operations_client import ( # noqa: E402
61
AbstractOperationsClient,
0 commit comments