fix flake 8

This commit is contained in:
Kenneth Kehl
2024-08-26 10:24:29 -07:00
parent 9907409efd
commit e15c89703b
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ from itertools import groupby
from flask import (
Response,
abort,
current_app,
jsonify,
render_template,
request,
@@ -31,7 +30,6 @@ from app.utils import (
DELIVERED_STATUSES,
FAILURE_STATUSES,
REQUESTED_STATUSES,
hilite,
service_has_permission,
)
from app.utils.csv import Spreadsheet

View File

@@ -10,6 +10,7 @@ from flask import (
session,
url_for,
)
from app.utils import hilite
from flask_login import current_user
from app import user_api_client