mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 09:13:58 -04:00
fix import sort
This commit is contained in:
@@ -7,10 +7,7 @@ from flask import Flask, url_for
|
|||||||
from flask_socketio import SocketIOTestClient
|
from flask_socketio import SocketIOTestClient
|
||||||
from freezegun import freeze_time
|
from freezegun import freeze_time
|
||||||
|
|
||||||
from app import (
|
from app import create_app, socketio
|
||||||
create_app,
|
|
||||||
socketio
|
|
||||||
)
|
|
||||||
from app.main.views.dashboard import (
|
from app.main.views.dashboard import (
|
||||||
aggregate_notifications_stats,
|
aggregate_notifications_stats,
|
||||||
aggregate_status_types,
|
aggregate_status_types,
|
||||||
|
|||||||
Reference in New Issue
Block a user