From cdfa64fdc110f2c1c87adafd63fe5c0bacfadaa6 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Tue, 1 Oct 2024 19:33:44 +0000 Subject: [PATCH] link coverage issue --- google/api_core/operations_v1/transports/rest_asyncio.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/google/api_core/operations_v1/transports/rest_asyncio.py b/google/api_core/operations_v1/transports/rest_asyncio.py index 9b7d3de7..bd0456aa 100644 --- a/google/api_core/operations_v1/transports/rest_asyncio.py +++ b/google/api_core/operations_v1/transports/rest_asyncio.py @@ -206,6 +206,7 @@ async def _list_operations( *, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = (), + # TODO(https://github.com/googleapis/python-api-core/issues/710): Add coverage and remove `# pragma: NO COVER`. ) -> operations_pb2.ListOperationsResponse: # pragma: NO COVER r"""Asynchronously call the list operations method over HTTP. @@ -279,6 +280,7 @@ async def _get_operation( *, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = (), + # TODO(https://github.com/googleapis/python-api-core/issues/710): Add coverage and remove `# pragma: NO COVER`. ) -> operations_pb2.Operation: # pragma: NO COVER r"""Asynchronously call the get operation method over HTTP. @@ -353,7 +355,8 @@ async def _delete_operation( *, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = (), - ) -> empty_pb2.Empty: # pragme: NO COVER + # TODO(https://github.com/googleapis/python-api-core/issues/710): Add coverage and remove `# pragma: NO COVER`. + ) -> empty_pb2.Empty: # pragma: NO COVER r"""Asynchronously call the delete operation method over HTTP. Args: @@ -420,6 +423,7 @@ async def _cancel_operation( *, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = (), + # TODO(https://github.com/googleapis/python-api-core/issues/710): Add coverage and remove `# pragma: NO COVER`. ) -> empty_pb2.Empty: # pragma: NO COVER r"""Asynchronously call the cancel operation method over HTTP.