From 3da387ab1c17ba52fb7ae7ec124710360a673165 Mon Sep 17 00:00:00 2001 From: CocoByte Date: Tue, 20 Feb 2024 16:17:48 -0700 Subject: [PATCH] linted --- src/registrar/forms/application_wizard.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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,