fix style checks

This commit is contained in:
Kenneth Kehl
2024-08-20 11:46:58 -07:00
parent 0a47481548
commit e722689c79
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ from app.schemas import (
notifications_filter_schema,
unarchived_template_schema,
)
from app.utils import hilite, midnight_n_days_ago, pagination_links
from app.utils import midnight_n_days_ago, pagination_links
job_blueprint = Blueprint("job", __name__, url_prefix="/service/<uuid:service_id>/job")