mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Actually use the right exception class.
Two HTTPError classes exist. Need to use the one in notifications_python_client.
This commit is contained in:
@@ -7,7 +7,7 @@ from dateutil.parser import parse
|
||||
|
||||
from notifications_utils.template import Template
|
||||
from notifications_utils.recipients import first_column_heading
|
||||
from notify_client import HTTPError
|
||||
from notifications_python_client.errors import HTTPError
|
||||
|
||||
from app.main import main
|
||||
from app.utils import user_has_permissions
|
||||
|
||||
Reference in New Issue
Block a user