fix(openai.py): fix typing import for python 3.8
This commit is contained in:
parent
f2bf6411d8
commit
1195bf296b
@ -4,7 +4,6 @@ from typing import (
|
||||
Any,
|
||||
BinaryIO,
|
||||
Literal,
|
||||
Annotated,
|
||||
Iterable,
|
||||
)
|
||||
from typing_extensions import override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user