From 56cec0694f51e8a009b7d7c5917488fb29a46a26 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Wed, 14 Aug 2019 11:40:23 -0400 Subject: [PATCH] Formatting --- atst/forms/task_order.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atst/forms/task_order.py b/atst/forms/task_order.py index 6422aee7..47323319 100644 --- a/atst/forms/task_order.py +++ b/atst/forms/task_order.py @@ -74,7 +74,9 @@ class AttachmentForm(BaseForm): object_name = HiddenField( id="attachment_object_name", validators=[ - Length(max=40, message=translate("forms.attachment.object_name.length_error")) + Length( + max=40, message=translate("forms.attachment.object_name.length_error") + ) ], ) accept = ".pdf,application/pdf"