code review feedback, fix setup.cfg and reformat

This commit is contained in:
Kenneth Kehl
2023-08-25 08:10:33 -07:00
39 changed files with 224 additions and 296 deletions

View File

@@ -3,10 +3,7 @@ from sqlalchemy.exc import IntegrityError
from sqlalchemy.orm.exc import NoResultFound
from app.dao.dao_utils import autocommit
from app.dao.service_user_dao import (
dao_get_active_service_users,
dao_get_service_user,
)
from app.dao.service_user_dao import dao_get_active_service_users, dao_get_service_user
from app.dao.services_dao import dao_fetch_service_by_id
from app.dao.template_folder_dao import (
dao_create_template_folder,