Formatting

This commit is contained in:
richard-dds 2018-11-07 10:27:29 -05:00
parent 9a9a6ecc94
commit c48c830483

View File

@ -244,4 +244,3 @@ class FinancialVerificationForm(ValidatedForm):
@property
def is_only_missing_task_order_number(self):
return "task_order_number" in self.errors and len(self.errors) == 1