flake8 and isort

This commit is contained in:
Beverly Nguyen
2025-03-27 09:50:17 -07:00
parent f246cc7c51
commit 21980d2bdf
2 changed files with 4 additions and 0 deletions

View File

@@ -108,6 +108,8 @@ def cancel_job(service_id, job_id):
# //this is the resource that gets updated by being passed to ajax via updates_url to data-resource
# and everything that is within get_job_partials is the html that gets updated
@main.route("/services/<uuid:service_id>/jobs/<uuid:job_id>.json")
@user_has_permissions()
def view_job_updates(service_id, job_id):