Skip to content

Commit 3573a36

Browse files
committed
isolated scope chngs
1 parent c919996 commit 3573a36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

litellm/types/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
Union,
1414
)
1515

16+
from aiohttp import FormData
1617
from openai._models import BaseModel as OpenAIObject
1718
from openai.types.audio.transcription_create_params import FileTypes # type: ignore
1819
from openai.types.chat.chat_completion import ChatCompletion
@@ -30,6 +31,7 @@
3031
from pydantic import BaseModel, ConfigDict, Field, PrivateAttr, model_validator
3132
from typing_extensions import Callable, Dict, Required, TypedDict, override
3233

34+
import litellm
3335
from litellm._uuid import uuid
3436
from litellm.types.llms.base import (
3537
BaseLiteLLMOpenAIResponseObject,

0 commit comments

Comments
 (0)