Skip to content

Commit

Permalink
Run precommit
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <[email protected]>
  • Loading branch information
JasonLovesDoggo committed Oct 9, 2024
1 parent 4ed435c commit 5d30dc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
from django import forms
from django.conf import settings
from django.contrib.auth.forms import UserChangeForm as ContribUserChangeForm
from django.contrib.auth.forms import AdminUserCreationForm as ContribAdminUserCreationForm
from django.contrib.auth.forms import (
AdminUserCreationForm as ContribAdminUserCreationForm,
)
from django.utils import timezone
from django_select2 import forms as s2forms
from martor.widgets import AdminMartorWidget
Expand Down

0 comments on commit 5d30dc2

Please sign in to comment.