Skip to content

Commit

Permalink
remove coverage guards
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmayr committed Oct 1, 2024
1 parent 74e9bb8 commit 89e74b3
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions google/api_core/operations_v1/transports/rest_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 89e74b3

Please sign in to comment.