Skip to content

Commit

Permalink
link coverage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmayr committed Oct 1, 2024
1 parent 7c08eeb commit cdfa64f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion google/api_core/operations_v1/transports/rest_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit cdfa64f

Please sign in to comment.