code review feedback

This commit is contained in:
Kenneth Kehl
2023-11-08 07:51:57 -08:00
parent 91aca2ec4e
commit 008b990e14
3 changed files with 33 additions and 3 deletions

View File

@@ -3,8 +3,6 @@ from datetime import datetime
from app.extensions import redis_client
from app.notify_client import NotifyAdminAPIClient, _attach_current_user, cache
# from notifications_utils.clients.redis import daily_total_cache_key
class ServiceAPIClient(NotifyAdminAPIClient):
@cache.delete("user-{user_id}")