inline notifications-python-client

This commit is contained in:
Kenneth Kehl
2025-06-10 11:40:14 -07:00
parent f4795843cc
commit 30093673d0
38 changed files with 593 additions and 33 deletions

View File

@@ -12,7 +12,6 @@ from flask import (
url_for,
)
from flask_login import current_user
from notifications_python_client.errors import HTTPError
from app import (
billing_api_client,
@@ -52,6 +51,7 @@ from app.main.forms import (
from app.utils import DELIVERED_STATUSES, FAILURE_STATUSES, SENDING_STATUSES
from app.utils.time import parse_naive_dt
from app.utils.user import user_has_permissions, user_is_platform_admin
from notifications_python_client.errors import HTTPError
PLATFORM_ADMIN_SERVICE_PERMISSIONS = OrderedDict(
[