mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 14:29:49 -04:00
Fix order of imports
This commit is contained in:
@@ -7,12 +7,12 @@ from datetime import datetime
|
|||||||
from flask import (
|
from flask import (
|
||||||
Response,
|
Response,
|
||||||
abort,
|
abort,
|
||||||
|
current_app,
|
||||||
jsonify,
|
jsonify,
|
||||||
render_template,
|
render_template,
|
||||||
request,
|
request,
|
||||||
stream_with_context,
|
stream_with_context,
|
||||||
url_for,
|
url_for,
|
||||||
current_app
|
|
||||||
)
|
)
|
||||||
from flask_login import login_required
|
from flask_login import login_required
|
||||||
from notifications_python_client.errors import APIError
|
from notifications_python_client.errors import APIError
|
||||||
|
|||||||
Reference in New Issue
Block a user