mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 12:23:28 +00:00
fix(openai.py): fix typing import for python 3.8
This commit is contained in:
@@ -4,7 +4,6 @@ from typing import (
|
||||
Any,
|
||||
BinaryIO,
|
||||
Literal,
|
||||
Annotated,
|
||||
Iterable,
|
||||
)
|
||||
from typing_extensions import override
|
||||
|
||||
Reference in New Issue
Block a user