Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Nov 11, 2024
1 parent 079d8cd commit ea6486e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_splitnt.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def test_api_size_delete() -> None:
if type(exc) is HTTPError and exc.response.status_code == 404: # noqa: PLR2004
pass
else:
raise exc # noqa: TRY201
raise


@needs_cmem
Expand Down

0 comments on commit ea6486e

Please sign in to comment.