Skip to content

Commit

Permalink
fixup! ignore coverage on ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 31, 2024
1 parent e0a5ee2 commit cdd5c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ def set_exception(
exc: BaseException,
exc_cause: BaseException = ...,
) -> None:
...
... # pragma: no cover

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.


def set_exception(
Expand Down

0 comments on commit cdd5c68

Please sign in to comment.