mirror of https://github.com/logos-co/open-law.git
flake8
This commit is contained in:
parent
aba25c662f
commit
4b69a31055
|
@ -1,10 +1,7 @@
|
|||
from flask_wtf import FlaskForm
|
||||
from wtforms import StringField, SubmitField, ValidationError
|
||||
from wtforms import StringField, SubmitField
|
||||
from wtforms.validators import DataRequired, Length
|
||||
|
||||
from app import models as m
|
||||
from app.logger import log
|
||||
|
||||
|
||||
class BaseBookForm(FlaskForm):
|
||||
label = StringField("Label", [DataRequired(), Length(4, 256)])
|
||||
|
|
Loading…
Reference in New Issue