fix: type

This commit is contained in:
LIghtJUNction
2026-03-30 18:02:40 +08:00
parent abb6a32829
commit 4ca8bc7bbc

View File

@@ -107,7 +107,7 @@ class AstrBotConfigManager:
abconf_name: str | None = None,
) -> None:
"""保存配置文件的映射关系"""
abconf_data: dict = self.sp.get(
abconf_data = self.sp.get(
"abconf_mapping",
{},
scope="global",