isort and flake8

This commit is contained in:
Beverly Nguyen
2025-04-10 12:38:41 -07:00
parent 6dd44fdc2d
commit f8eb512aab
4 changed files with 4 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ from functools import partial
from flask import (
Response,
current_app,
abort,
current_app,
jsonify,
redirect,
render_template,