mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix(types/openai.py): fix python3.8 typing issue
This commit is contained in:
parent
66129bc921
commit
06ae584473
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, Required
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue