diff --git a/google/api_core/operations_v1/transports/rest_asyncio.py b/google/api_core/operations_v1/transports/rest_asyncio.py index bd0456aa..6d973101 100644 --- a/google/api_core/operations_v1/transports/rest_asyncio.py +++ b/google/api_core/operations_v1/transports/rest_asyncio.py @@ -206,8 +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 + ) -> operations_pb2.ListOperationsResponse: r"""Asynchronously call the list operations method over HTTP. Args: @@ -280,8 +279,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 + ) -> operations_pb2.Operation: r"""Asynchronously call the get operation method over HTTP. Args: @@ -355,8 +353,7 @@ async def _delete_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 + ) -> empty_pb2.Empty: r"""Asynchronously call the delete operation method over HTTP. Args: @@ -423,8 +420,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 + ) -> empty_pb2.Empty: r"""Asynchronously call the cancel operation method over HTTP. Args: