diff --git a/src/registrar/forms/application_wizard.py b/src/registrar/forms/application_wizard.py index a76626b1e..df5b195c6 100644 --- a/src/registrar/forms/application_wizard.py +++ b/src/registrar/forms/application_wizard.py @@ -284,9 +284,7 @@ class OrganizationContactForm(RegistrarForm): message="Enter a zip code in the form of 12345 or 12345-6789.", ) ], - error_messages={ - "required": ("Enter a zip code in the form of 12345 or 12345-6789.") - }, + error_messages={"required": ("Enter a zip code in the form of 12345 or 12345-6789.")}, ) urbanization = forms.CharField( required=False,