Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 23, 2024
1 parent c3ae2e8 commit 2f4bfa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tin/tests/assertions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
from django.http import HttpResponse, HttpResponseRedirect

__all__ = (
"is_redirect",
"not_redirect",
"is_login_redirect",
"is_redirect",
"not_login_redirect",
"not_redirect",
)


Expand Down
2 changes: 1 addition & 1 deletion tin/tests/create_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from django.contrib.auth import get_user_model

__all__ = ("user_data", "add_users_to_database")
__all__ = ("add_users_to_database", "user_data")

# fmt: off
user_data = [
Expand Down

0 comments on commit 2f4bfa0

Please sign in to comment.