mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-20 07:43:07 -04:00
Extract template / csv utility code into modules
This follows a similar approach to the previous commits, noting that one module depends on the other, so we have to extract both together.
This commit is contained in:
@@ -2,7 +2,7 @@ from collections import namedtuple
|
||||
|
||||
import pytest
|
||||
|
||||
from app.utils import get_errors_for_csv
|
||||
from app.utils.csv import get_errors_for_csv
|
||||
|
||||
MockRecipients = namedtuple(
|
||||
'RecipientCSV',
|
||||
|
||||
Reference in New Issue
Block a user