fix(types/openai.py): fix python3.8 typing issue

This commit is contained in:
Krrish Dholakia 2024-05-04 22:04:17 -07:00
parent 66129bc921
commit 06ae584473

View file

@ -4,7 +4,6 @@ from typing import (
Any,
BinaryIO,
Literal,
Annotated,
Iterable,
)
from typing_extensions import override, Required