more letters cleanup

This commit is contained in:
stvnrlly
2023-02-28 16:00:43 -05:00
parent 8adf1a19bb
commit 70e4749337
12 changed files with 266 additions and 273 deletions

View File

@@ -9,12 +9,7 @@ from freezegun import freeze_time
from notifications_utils import SMS_CHAR_COUNT_LIMIT
from app.dao.templates_dao import dao_get_template_by_id, dao_redact_template
from app.models import (
EMAIL_TYPE,
SMS_TYPE,
Template,
TemplateHistory,
)
from app.models import EMAIL_TYPE, SMS_TYPE, Template, TemplateHistory
from tests import create_admin_authorization_header
from tests.app.db import create_service, create_template, create_template_folder