Skip to content

Commit a5f0d29

Browse files
committed
🩹 补全重导入
1 parent 427cf83 commit a5f0d29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nonebot_plugin_deepseek/compat.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
from nonebot.compat import PYDANTIC_V2
44
from nonebot.compat import model_dump as model_dump
55

6-
__all__ = ("model_validator",)
6+
__all__ = (
7+
"model_dump",
8+
"model_validator",
9+
)
710

811

912
if PYDANTIC_V2:

0 commit comments

Comments
 (0)