Linting: remove trailing space

This commit is contained in:
igorkorenfeld 2023-06-09 12:05:03 -04:00
parent 2f20dbb70f
commit ace6b338ee
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -110,8 +110,8 @@ class DomainOrgNameAddressForm(forms.ModelForm):
widgets = {
# We need to set the required attributed for federal_agency and
# state/territory because for these fields we are creating an individual
# instance of the Select. For the other fields we use the for loop to set
# the class's required attribute to true.
# instance of the Select. For the other fields we use the for loop to set
# the class's required attribute to true.
"federal_agency": forms.Select(
attrs={"required": True}, choices=DomainInformation.AGENCY_CHOICES
),