Skip to content

Commit

Permalink
Run make fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Sep 5, 2023
1 parent 03a458e commit 9fc57e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/peoplefinder/views/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
from django.utils.decorators import method_decorator
from django.views.generic import TemplateView
from django.views.generic.detail import DetailView, SingleObjectMixin
from django.views.generic.edit import FormView, UpdateView
from django.views.generic.edit import UpdateView

from peoplefinder.forms.crispy_helper import RoleFormsetFormHelper
from peoplefinder.forms.profile import ProfileLeavingDitForm, ProfileUpdateUserForm
from peoplefinder.forms.profile import ProfileUpdateUserForm
from peoplefinder.forms.profile_edit import (
AdminProfileEditForm,
ContactProfileEditForm,
Expand Down

0 comments on commit 9fc57e9

Please sign in to comment.