From 6e1c28cec916d13ac82e6a0e2b441efd5fe3bca7 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 23 Jan 2025 18:06:10 -0800 Subject: [PATCH] fix code quality check --- litellm/proxy/spend_tracking/spend_management_endpoints.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/spend_tracking/spend_management_endpoints.py b/litellm/proxy/spend_tracking/spend_management_endpoints.py index 8882cffacb..bf8cbaef1d 100644 --- a/litellm/proxy/spend_tracking/spend_management_endpoints.py +++ b/litellm/proxy/spend_tracking/spend_management_endpoints.py @@ -13,7 +13,6 @@ from litellm.proxy._types import * from litellm.proxy._types import ProviderBudgetResponse, ProviderBudgetResponseObject from litellm.proxy.auth.user_api_key_auth import user_api_key_auth from litellm.proxy.spend_tracking.spend_tracking_utils import ( - _should_store_prompts_and_responses_in_spend_logs, get_spend_by_team_and_customer, ) from litellm.proxy.utils import handle_exception_on_proxy