mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-05 18:20:35 -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,
|
||||
IO,
|
||||
Optional,
|
||||
TypedDict,
|
||||
TYPE_CHECKING,
|
||||
)
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
# Only import PIL for type-checkers; no runtime dependency required.
|
||||
if TYPE_CHECKING:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue