diff --git a/litellm/types/llms/openai.py b/litellm/types/llms/openai.py index fe553c5591a..1c60ad6dbb6 100644 --- a/litellm/types/llms/openai.py +++ b/litellm/types/llms/openai.py @@ -4,7 +4,6 @@ from typing import ( Any, BinaryIO, Literal, - Annotated, Iterable, ) from typing_extensions import override, Required