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

@@ -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