fix import sort

This commit is contained in:
Beverly Nguyen
2024-06-06 10:50:24 -07:00
parent c0b2c42473
commit 33f8f4c000

View File

@@ -7,10 +7,7 @@ from flask import Flask, url_for
from flask_socketio import SocketIOTestClient
from freezegun import freeze_time
from app import (
create_app,
socketio
)
from app import create_app, socketio
from app.main.views.dashboard import (
aggregate_notifications_stats,
aggregate_status_types,