remove extraneous line
This commit is contained in:
parent
358e66f7f3
commit
9875821248
@ -156,7 +156,6 @@ class FinancialForm(BaseFinancialForm):
|
|||||||
return "task_order_number" in self.errors and len(self.errors) == 1
|
return "task_order_number" in self.errors and len(self.errors) == 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class ExtendedFinancialForm(BaseFinancialForm):
|
class ExtendedFinancialForm(BaseFinancialForm):
|
||||||
def validate(self, *args, **kwargs):
|
def validate(self, *args, **kwargs):
|
||||||
if self.funding_type.data == "OTHER":
|
if self.funding_type.data == "OTHER":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user