From b9ff636763add15c54d495c0426a1dda08e65016 Mon Sep 17 00:00:00 2001 From: onlylhf <27225745+onlylhf@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:51:22 +0800 Subject: [PATCH] Optimize import statements and remove any unused type prompts --- litellm/llms/volcengine/embedding/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/volcengine/embedding/handler.py b/litellm/llms/volcengine/embedding/handler.py index e29f920afe..961495e72f 100644 --- a/litellm/llms/volcengine/embedding/handler.py +++ b/litellm/llms/volcengine/embedding/handler.py @@ -3,7 +3,7 @@ Volcengine Embedding Handler Handles embedding requests to Volcengine's embedding API """ -from typing import Dict, List, Optional, Union, Any +from typing import Dict, List, Optional, Union import httpx from litellm.litellm_core_utils.litellm_logging import Logging as LiteLLMLoggingObj