Skip to content
Snippets Groups Projects
Commit 69a0bb9f authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove unused import

parent 799101d3
No related branches found
No related tags found
No related merge requests found
from flask_wtf import FlaskForm
from werkzeug.utils import secure_filename
from wtforms import (FileField, StringField, SubmitField,
ValidationError, IntegerField, SelectField, TextAreaField)
from wtforms.validators import DataRequired, Length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment