forked from phoenix/litellm-mirror
fix(openai.py): fix typing import for python 3.8
This commit is contained in:
parent
f2bf6411d8
commit
1195bf296b
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ from typing import (
|
|||
Any,
|
||||
BinaryIO,
|
||||
Literal,
|
||||
Annotated,
|
||||
Iterable,
|
||||
)
|
||||
from typing_extensions import override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue