Fix order of imports

This commit is contained in:
Rebecca Law
2018-06-25 16:57:49 +01:00
parent 72b0637f92
commit 472f87b325

View File

@@ -7,12 +7,12 @@ from datetime import datetime
from flask import (
Response,
abort,
current_app,
jsonify,
render_template,
request,
stream_with_context,
url_for,
current_app
)
from flask_login import login_required
from notifications_python_client.errors import APIError