Remove unused import
This commit is contained in:
parent
ee94784ac9
commit
e0ebce1448
@ -1,5 +1,5 @@
|
|||||||
from flask_wtf import Form
|
from flask_wtf import Form
|
||||||
from wtforms.fields import StringField, TextAreaField, FieldList
|
from wtforms.fields import StringField, TextAreaField
|
||||||
|
|
||||||
|
|
||||||
class NewProjectForm(Form):
|
class NewProjectForm(Form):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user