diff --git a/nonebot_plugin_nagabus/data/mjs.py b/nonebot_plugin_nagabus/data/mjs.py index 05fd520..3666ea4 100644 --- a/nonebot_plugin_nagabus/data/mjs.py +++ b/nonebot_plugin_nagabus/data/mjs.py @@ -1,6 +1,7 @@ import json from typing import Any, Callable from collections.abc import Awaitable +from typing_extensions import deprecated import aiofiles from nonebot import logger @@ -12,6 +13,7 @@ from .utils.atomic_cache import get_atomic_cache +@deprecated class MajsoulPaipuOrm(SqlModel): __tablename__ = "nonebot_plugin_nagabus_majsoul_paipu" __table_args__ = {"extend_existing": True}