Run black linter

This commit is contained in:
zandercymatics 2023-12-29 15:24:50 -07:00
parent e2cb8ee2d8
commit 5df9c0f83d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -590,7 +590,7 @@ class OtherContactsForm(RegistrarForm):
This method overrides the default behavior for forms.
This cleans the form after field validation has already taken place.
In this override, allow for a form which is empty to be considered
valid even though certain required fields have not passed field
valid even though certain required fields have not passed field
validation
"""