Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
linted code with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
hatredholder committed Apr 27, 2023
1 parent 2dee33f commit e8d16d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/pybin/functional/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ def test_avatar_route_update_avatar(authorized_client):


def test_search_pastes_route_template_and_context(
authorized_client, captured_templates
authorized_client, captured_templates,
):
"""
GIVEN an authorized Flask client and captured_templates function
Expand Down
2 changes: 1 addition & 1 deletion tests/pybin/unit/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_reply_model_str_method(create_test_user, create_test_message):


def test_message_model_get_last_reply_creation_date_method(
create_test_message, create_test_reply
create_test_message, create_test_reply,
):
"""
GIVEN a test user and a test reply object
Expand Down

0 comments on commit e8d16d5

Please sign in to comment.