linter fixes

This commit is contained in:
matthewswspence 2025-03-19 12:22:45 -05:00
parent 305f6c4767
commit e4f2978888
No known key found for this signature in database
GPG key ID: FB458202A7852BA4

View file

@ -2,6 +2,7 @@ from django import forms
from django.core.validators import MaxLengthValidator
from registrar.forms.utility.wizard_form_helper import BaseDeletableRegistrarForm, BaseYesNoForm
class ExecutiveNamingRequirementsYesNoForm(BaseYesNoForm, BaseDeletableRegistrarForm):
"""
Form for verifying if the domain request meets the Federal Executive Branch domain naming requirements.