8000
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 5ebe08d commit fe43df7Copy full SHA for fe43df7
google/api_core/operations_v1/abstract_operations_base_client.py
@@ -51,7 +51,7 @@ class AbstractOperationsBaseClientMeta(type):
51
52
_transport_registry = OrderedDict() # type: Dict[str, Type[OperationsTransport]]
53
_transport_registry["rest"] = OperationsRestTransport
54
- if HAS_ASYNC_REST_DEPENDENCIES: # try: NO COVER
+ if HAS_ASYNC_REST_DEPENDENCIES: # pragma: NO COVER
55
_transport_registry["rest_asyncio"] = AsyncOperationsRestTransport
56
57
def get_transport_class(
0 commit comments