code cleanup

This commit is contained in:
stvnrlly
2022-11-28 15:53:56 -05:00
parent ca135e32e8
commit e12e780a05
16 changed files with 26 additions and 145 deletions
-3
View File
@@ -6,7 +6,6 @@ from flask import (
Markup,
Response,
abort,
flash,
jsonify,
redirect,
render_template,
@@ -15,7 +14,6 @@ from flask import (
url_for,
)
from flask_login import current_user
from notifications_python_client.errors import HTTPError
from notifications_utils.template import (
EmailPreviewTemplate,
LetterPreviewTemplate,
@@ -25,7 +23,6 @@ from notifications_utils.template import (
from app import (
current_service,
format_datetime_short,
format_thousands,
notification_api_client,
service_api_client,
)