From 06ae5844736d45594242b9b2a4366ace523fb73d Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 4 May 2024 22:04:17 -0700 Subject: [PATCH] fix(types/openai.py): fix python3.8 typing issue --- litellm/types/llms/openai.py | 1 - 1 file changed, 1 deletion(-) 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