From 7c1520a0c2c52b6e5a79ab9862e031c0d0a3a216 Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Tue, 12 Sep 2023 17:10:32 -0700 Subject: [PATCH] Fix reformatting issues --- src/registrar/forms/application_wizard.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/registrar/forms/application_wizard.py b/src/registrar/forms/application_wizard.py index 105e48953..93ec18aad 100644 --- a/src/registrar/forms/application_wizard.py +++ b/src/registrar/forms/application_wizard.py @@ -320,7 +320,9 @@ class AboutYourOrganizationForm(RegistrarForm): message="Response must be less than 1000 characters.", ) ], - error_messages={"required": ("Enter more information about your organization.")}, + error_messages={ + "required": ("Enter more information about your organization.") + }, )