From 73d6af55723975711fca28f5d64d4ed9cd9e8dc9 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 31 Mar 2025 19:03:02 -0700 Subject: [PATCH] fix docstring --- litellm/proxy/db/spend_update_queue.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/litellm/proxy/db/spend_update_queue.py b/litellm/proxy/db/spend_update_queue.py index 2462e6a547..2a1e336877 100644 --- a/litellm/proxy/db/spend_update_queue.py +++ b/litellm/proxy/db/spend_update_queue.py @@ -11,9 +11,7 @@ else: class SpendUpdateQueue: """ - Handles buffering database `UPDATE` transactions in Redis before committing them to the database - - This is to prevent deadlocks and improve reliability + In memory buffer for spend updates that should be committed to the database """ def __init__(