XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Update typing.py

0c69ba8f
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/typing.py +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: