From 1c74ddca7dc4d45403f9d359aa9fa3faf624f535 Mon Sep 17 00:00:00 2001 From: Asankilp Date: Mon, 23 Dec 2024 23:56:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E8=B0=83=E6=95=99pre-commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/marshoai_memory/__init__.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/nonebot_plugin_marshoai/plugins/marshoai_memory/__init__.py b/nonebot_plugin_marshoai/plugins/marshoai_memory/__init__.py index c31ccee9..851c25b3 100644 --- a/nonebot_plugin_marshoai/plugins/marshoai_memory/__init__.py +++ b/nonebot_plugin_marshoai/plugins/marshoai_memory/__init__.py @@ -5,10 +5,13 @@ from nonebot import require 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.func_call.params import String +from nonebot_plugin_marshoai.plugin import ( # type: ignore + PluginMetadata, + on_function_call, +) +from nonebot_plugin_marshoai.plugin.func_call.params import String # type: ignore __marsho_meta__ = PluginMetadata( name="记忆保存",