Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed Oct 21, 2024
1 parent f6b28a4 commit a85c56d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def test_server_list_actions_returns_200(
sanic_app: Sanic,
):
"""Test that the server returns a list of actions."""

# When we request the list of actions
request, response = sanic_app.test_client.get("/actions")

Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def test_cli_invalid_format_value_in_config(caplog: LogCaptureFixture) -> None:


@pytest.mark.skipif(
sys.version_info.minor != 8,
sys.version_info.minor != 8,
reason="no error is raised with python 3.9+",
)
def test_cli_non_existent_handler_id_in_config(caplog: LogCaptureFixture) -> None:
Expand Down

0 comments on commit a85c56d

Please sign in to comment.