返回提交历史
Modified
g4f/typing.py
+1
-1
XFEstudio/gpt4free
Update typing.py
0c69ba8f
代码差异
1 个文件
+1
-1
@@ -15,9 +15,9 @@ from typing import (
15
15
Type,
16
16
IO,
17
17
Optional,
18
TypedDict,
19
18
TYPE_CHECKING,
20
19
)
20
from typing_extensions import TypedDict
21
21
22
22
# Only import PIL for type-checkers; no runtime dependency required.
23
23
if TYPE_CHECKING: