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

@@ -2,10 +2,10 @@ import os
from flask import abort, current_app, has_request_context, request
from flask_login import current_user
from notifications_python_client import __version__
from notifications_python_client.base import BaseAPIClient
from app.extensions import redis_client
from notifications_python_client import __version__
from notifications_python_client.base import BaseAPIClient
from notifications_utils.clients.redis import RequestCache
cache = RequestCache(redis_client)