mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Add task to process a DVLA response file:
* Currently we do nothing with the parsed response. We will * update the status of the notifications in a separate PR
This commit is contained in:
@@ -27,7 +27,8 @@ from app.models import (
|
||||
NOTIFICATION_PERMANENT_FAILURE,
|
||||
KEY_TYPE_NORMAL, KEY_TYPE_TEST,
|
||||
LETTER_TYPE,
|
||||
NOTIFICATION_SENT)
|
||||
NOTIFICATION_SENT
|
||||
)
|
||||
|
||||
from app.dao.dao_utils import transactional
|
||||
from app.statsd_decorators import statsd
|
||||
|
||||
Reference in New Issue
Block a user