mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-07-01 12:16:26 +00:00
fix!: ruff lint errors
* Refactor KanaeDayNight enum
This commit is contained in:
@ -14,7 +14,7 @@ def db_conn():
|
||||
conn.close()
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
@pytest.fixture
|
||||
def db_session(db_conn):
|
||||
session = Session(bind=db_conn)
|
||||
yield session
|
||||
|
Reference in New Issue
Block a user