style: apply ruff formatting
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -293,7 +293,9 @@ class TestMigrateStandingsTable:
|
||||
|
||||
migrate_standings_table(conn)
|
||||
|
||||
cols = [row[1] for row in conn.execute("PRAGMA table_info(standings)").fetchall()]
|
||||
cols = [
|
||||
row[1] for row in conn.execute("PRAGMA table_info(standings)").fetchall()
|
||||
]
|
||||
assert "division_abbrev" in cols
|
||||
assert "conference_abbrev" in cols
|
||||
assert "games_played" in cols
|
||||
|
||||
Reference in New Issue
Block a user