Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Sep 12, 2023
1 parent abf834c commit e3ebab5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/peoplefinder/forms/profile_edit.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
from typing import List

from crispy_forms_gds.helper import FormHelper
from crispy_forms_gds.layout import HTML, Field, Fieldset, Layout, Size
from django import forms
from django.core.validators import ValidationError, validate_email
from django.core.validators import ValidationError
from django.template import Context, Template

from peoplefinder.forms.crispy_layout import GovUKDetails
from peoplefinder.forms.profile import GovUkRadioSelect, GroupedModelChoiceField
from peoplefinder.forms.role import RoleForm
from peoplefinder.models import Person, TeamMember, UkStaffLocation
from peoplefinder.services.person import PersonService


class PersonalProfileEditForm(forms.ModelForm):
Expand Down

0 comments on commit e3ebab5

Please sign in to comment.