fix flake8

This commit is contained in:
Kenneth Kehl
2024-08-09 09:18:58 -07:00
parent 2e7e6e81fc
commit 8444b76690
7 changed files with 5 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
from datetime import datetime
from flask import current_app
from sqlalchemy import asc, desc, func
from sqlalchemy import desc, func
from app import db
from app.dao.dao_utils import autocommit