code review feedback

This commit is contained in:
Kenneth Kehl
2024-05-20 12:09:49 -07:00
parent d47f9933d2
commit 9ba5e3b917
9 changed files with 17 additions and 45 deletions

View File

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