fix!: ruff lint errors

* Refactor KanaeDayNight enum
This commit is contained in:
2024-10-01 17:01:03 +08:00
parent e93904bb0d
commit 3b9609ee82
9 changed files with 52 additions and 53 deletions

View File

@ -21,7 +21,7 @@ def _difficulty(**kw):
return Difficulty(**defaults)
class Test_Chart:
class TestChart:
def init_db(self, session):
SongsBase.metadata.create_all(session.bind, checkfirst=False)
SongsViewBase.metadata.create_all(session.bind, checkfirst=False)