From e64bd66b1c7d2fc170d5d6ee5d41ab3011cc2d14 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 11 Jul 2025 21:59:10 -0700 Subject: [PATCH] ruff fix --- litellm/llms/groq/chat/transformation.py | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/litellm/llms/groq/chat/transformation.py b/litellm/llms/groq/chat/transformation.py index 6bf202c1b4..86fa323f9e 100644 --- a/litellm/llms/groq/chat/transformation.py +++ b/litellm/llms/groq/chat/transformation.py @@ -1,18 +1,7 @@ """ Translate from OpenAI's `/v1/chat/completions` to Groq's `/v1/chat/completions` """ -from typing import ( - TYPE_CHECKING, - Any, - Coroutine, - List, - Literal, - Optional, - Tuple, - Union, - cast, - overload, -) +from typing import Any, Coroutine, List, Literal, Optional, Tuple, Union, cast, overload import httpx from pydantic import BaseModel