fix: ruff F401 warnings

This commit is contained in:
2024-05-22 02:32:34 +08:00
parent 1c114816c0
commit 43be27bd4a
14 changed files with 70 additions and 18 deletions

View File

@ -9,16 +9,16 @@ from sqlalchemy_utils import create_view
from .common import ReprHelper
__all__ = [
"SongsBase",
"Chart",
"ChartInfo",
"Difficulty",
"DifficultyLocalized",
"Pack",
"PackLocalized",
"Song",
"SongLocalized",
"Difficulty",
"DifficultyLocalized",
"ChartInfo",
"SongsBase",
"SongsViewBase",
"Chart",
]