mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-30 13:03:14 +02:00
linter fixes
This commit is contained in:
parent
305f6c4767
commit
e4f2978888
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ from django import forms
|
||||||
from django.core.validators import MaxLengthValidator
|
from django.core.validators import MaxLengthValidator
|
||||||
from registrar.forms.utility.wizard_form_helper import BaseDeletableRegistrarForm, BaseYesNoForm
|
from registrar.forms.utility.wizard_form_helper import BaseDeletableRegistrarForm, BaseYesNoForm
|
||||||
|
|
||||||
|
|
||||||
class ExecutiveNamingRequirementsYesNoForm(BaseYesNoForm, BaseDeletableRegistrarForm):
|
class ExecutiveNamingRequirementsYesNoForm(BaseYesNoForm, BaseDeletableRegistrarForm):
|
||||||
"""
|
"""
|
||||||
Form for verifying if the domain request meets the Federal Executive Branch domain naming requirements.
|
Form for verifying if the domain request meets the Federal Executive Branch domain naming requirements.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue