🔥 删除不需要的 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

@@ -1,6 +1,6 @@
from pathlib import Path
from nonebot_plugin_localstore import get_cache_dir # type: ignore[import-untyped]
from nonebot_plugin_localstore import get_cache_dir
from pydantic import BaseModel
CACHE_PATH: Path = get_cache_dir('nonebot_plugin_tetris_stats')