Fix tests / lint

This commit is contained in:
zandercymatics 2024-04-18 12:36:11 -06:00
parent 229e080703
commit 9931fcc4d3
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 6 additions and 7 deletions

View file

@ -680,9 +680,8 @@ class AdditionalDetailsForm(BaseDeletableRegistrarForm):
)
],
error_messages={
"required": (
"Provide additional details youd like us to know. "
"If you have nothing to add, select “No.”"
"required": (
"Provide additional details youd like us to know. " "If you have nothing to add, select “No.”"
)
},
)