mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-25 02:24:07 +02:00
remove unused import
This commit is contained in:
parent
b2fd131c30
commit
1c6389be3e
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
from django import forms
|
||||
from django.core.validators import MaxLengthValidator
|
||||
from registrar.forms.utility.wizard_form_helper import BaseDeletableRegistrarForm, BaseYesNoForm
|
||||
from registrar.models.contact import Contact
|
||||
|
||||
|
||||
class ExecutiveNamingRequirementsYesNoForm(BaseYesNoForm, BaseDeletableRegistrarForm):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue