From 5fa5c1154eeb24d07e88ec8b034c61e5695af752 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 31 Mar 2025 19:42:20 -0700 Subject: [PATCH] add SpendUpdateQueue --- litellm/proxy/db/spend_update_queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/db/spend_update_queue.py b/litellm/proxy/db/spend_update_queue.py index d502c2cd848..e695f428413 100644 --- a/litellm/proxy/db/spend_update_queue.py +++ b/litellm/proxy/db/spend_update_queue.py @@ -1,5 +1,5 @@ import asyncio -from typing import TYPE_CHECKING, Any, Dict, List +from typing import TYPE_CHECKING, Any, List from litellm._logging import verbose_proxy_logger from litellm.proxy._types import (