Ignore all errors

This commit is contained in:
Patrick Jentsch 2020-03-27 12:43:38 +01:00
parent 4294c2854b
commit f09c4d15f6

View File

@ -1,5 +1,5 @@
import eventlet
eventlet.monkey_patch() # noqa: E261
eventlet.monkey_patch() # noqa
from app import create_app, db, socketio
from app.models import Corpus, Job, Role, User
from flask_migrate import Migrate