🔥 删除不需要的 type: ignore

This commit is contained in:
2024-08-06 15:35:53 +08:00
parent 1e5b00a280
commit 160d81476a
11 changed files with 23 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ from typing import TYPE_CHECKING, Literal, TypeVar, overload
from nonebot.exception import FinishedException
from nonebot.log import logger
from nonebot_plugin_orm import AsyncSession, get_session
from nonebot_plugin_user import User # type: ignore[import-untyped]
from nonebot_plugin_user import User
from sqlalchemy import select
from ..utils.typing import AllCommandType, BaseCommandType, GameType, TETRIOCommandType