cleaner flake8 cleaning

This commit is contained in:
stvnrlly
2022-10-21 00:26:37 +00:00
parent f5b5ecb661
commit 9f37592b1e
5 changed files with 9 additions and 20 deletions

View File

@@ -9,8 +9,6 @@ from sqlalchemy.sql.expression import and_, asc, case, func
from app import db
from app.dao.dao_utils import VersionOptions, autocommit, version_class
from app.dao.date_util import get_current_financial_year
# from app.dao.email_branding_dao import dao_get_email_branding_by_name
# from app.dao.letter_branding_dao import dao_get_letter_branding_by_name
from app.dao.organisation_dao import dao_get_organisation_by_email_address
from app.dao.service_sms_sender_dao import insert_service_sms_sender
from app.dao.service_user_dao import dao_get_service_user
@@ -46,7 +44,7 @@ from app.models import (
User,
VerifyCode,
)
from app.utils import ( # email_address_is_nhs,
from app.utils import (
escape_special_characters,
get_archived_db_column_value,
get_london_midnight_in_utc,