mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-02-07 21:46:10 +08:00
尝试调教pre-commit
This commit is contained in:
parent
83a5f6ae5d
commit
1c74ddca7d
@ -5,10 +5,13 @@ from nonebot import require
|
|||||||
|
|
||||||
require("nonebot_plugin_localstore")
|
require("nonebot_plugin_localstore")
|
||||||
|
|
||||||
from nonebot_plugin_localstore import get_plugin_data_file
|
from nonebot_plugin_localstore import get_plugin_data_file # type: ignore
|
||||||
|
|
||||||
from nonebot_plugin_marshoai.plugin import PluginMetadata, on_function_call
|
from nonebot_plugin_marshoai.plugin import ( # type: ignore
|
||||||
from nonebot_plugin_marshoai.plugin.func_call.params import String
|
PluginMetadata,
|
||||||
|
on_function_call,
|
||||||
|
)
|
||||||
|
from nonebot_plugin_marshoai.plugin.func_call.params import String # type: ignore
|
||||||
|
|
||||||
__marsho_meta__ = PluginMetadata(
|
__marsho_meta__ = PluginMetadata(
|
||||||
name="记忆保存",
|
name="记忆保存",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user