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 Mar 25, 2024
1 parent ee438ad commit b8ed8b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Base settings to build other settings files upon.
"""

from pathlib import Path

import environ
Expand Down
1 change: 1 addition & 0 deletions config/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
framework.
"""

import os
import sys
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion flamerelay/backend/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CheckInAdmin(admin.ModelAdmin):
"unit",
"date_created",
"created_by",
"place"
"place",
# "image",
# "message",
# "location",
Expand Down
1 change: 1 addition & 0 deletions flamerelay/users/tests/test_forms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Module for all Form Tests.
"""

from django.utils.translation import gettext_lazy as _

from flamerelay.users.forms import UserAdminCreationForm
Expand Down

0 comments on commit b8ed8b5

Please sign in to comment.