Fix linters

This commit is contained in:
Kevin Chung
2020-09-07 15:24:25 -04:00
parent f172f9de28
commit 80345c0acb

View File

@@ -1,5 +1,5 @@
from wtforms import BooleanField, SelectField, StringField, TextAreaField
from wtforms.fields.html5 import DateField, IntegerField, URLField
from wtforms.fields.html5 import IntegerField, URLField
from wtforms.widgets.html5 import NumberInput
from CTFd.forms import BaseForm