From 900241e06c575b59bf237e64bf362dd1db099431 Mon Sep 17 00:00:00 2001 From: eycjur Date: Sun, 28 Sep 2025 18:21:18 +0900 Subject: [PATCH] fix lint error --- litellm/proxy/batches_endpoints/endpoints.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/batches_endpoints/endpoints.py b/litellm/proxy/batches_endpoints/endpoints.py index 58ec1f2716..4f1c4dae08 100644 --- a/litellm/proxy/batches_endpoints/endpoints.py +++ b/litellm/proxy/batches_endpoints/endpoints.py @@ -17,7 +17,6 @@ from litellm.proxy.auth.user_api_key_auth import user_api_key_auth from litellm.proxy.common_request_processing import ProxyBaseLLMRequestProcessing from litellm.proxy.common_utils.http_parsing_utils import _read_request_body from litellm.proxy.common_utils.openai_endpoint_utils import ( - get_custom_llm_provider_from_request_body, get_custom_llm_provider_from_request_query, ) from litellm.proxy.openai_files_endpoints.common_utils import (