mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Update typing.py
This commit is contained in:
parent
ddb5d5b5c4
commit
0c69ba8fc3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,9 +15,9 @@ from typing import (
|
||||||
Type,
|
Type,
|
||||||
IO,
|
IO,
|
||||||
Optional,
|
Optional,
|
||||||
TypedDict,
|
|
||||||
TYPE_CHECKING,
|
TYPE_CHECKING,
|
||||||
)
|
)
|
||||||
|
from typing_extensions import TypedDict
|
||||||
|
|
||||||
# Only import PIL for type-checkers; no runtime dependency required.
|
# Only import PIL for type-checkers; no runtime dependency required.
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue