more work on postage migration

This commit is contained in:
stvnrlly
2023-02-12 21:55:24 -05:00
parent 4a0e555696
commit 36e730221d
12 changed files with 25 additions and 50 deletions

View File

@@ -7,7 +7,7 @@ from notifications_utils import SMS_CHAR_COUNT_LIMIT
import app
from app.dao import templates_dao
from app.models import EMAIL_TYPE, INTERNATIONAL_LETTERS, LETTER_TYPE, SMS_TYPE
from app.models import EMAIL_TYPE, LETTER_TYPE, SMS_TYPE
from app.notifications.process_notifications import (
create_content_for_notification,
)