Codestyle update

This commit is contained in:
Patrick Jentsch
2019-11-25 10:12:39 +01:00
parent dd469386e1
commit 3d8d2b3e48
3 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,8 @@
from app import db, logger
from app import db
from app.jobs.forms import AddNLPJobForm, AddOCRJobForm
from app.models import Job, JobInput
from flask import (abort, current_app, flash, make_response, render_template,
request, url_for)
url_for)
from flask_login import current_user, login_required
from werkzeug.utils import secure_filename
from . import services