Remove unused import and formatting
This commit is contained in:
parent
f3a2ac1f49
commit
b07ab6d1b4
@ -6,7 +6,6 @@ from wtforms.fields import StringField, TextAreaField, FileField, FieldList
|
||||
from wtforms.validators import Optional, Length
|
||||
|
||||
from .forms import CacheableForm
|
||||
from .validators import IsNumber
|
||||
|
||||
from atst.utils.localization import translate
|
||||
|
||||
@ -30,10 +29,7 @@ class KOReviewForm(CacheableForm):
|
||||
translate("forms.ko_review.to_number"), validators=[Length(min=10)]
|
||||
)
|
||||
loas = FieldList(
|
||||
StringField(
|
||||
translate("forms.ko_review.loa"),
|
||||
validators=[Optional()],
|
||||
)
|
||||
StringField(translate("forms.ko_review.loa"), validators=[Optional()])
|
||||
)
|
||||
custom_clauses = TextAreaField(
|
||||
translate("forms.ko_review.custom_clauses_label"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user