fix(types/openai.py): fix python3.8 typing issue
This commit is contained in:
parent
66129bc921
commit
06ae584473
@ -4,7 +4,6 @@ from typing import (
|
||||
Any,
|
||||
BinaryIO,
|
||||
Literal,
|
||||
Annotated,
|
||||
Iterable,
|
||||
)
|
||||
from typing_extensions import override, Required
|
||||
|
||||
Loading…
Reference in New Issue
Block a user