style: apply ruff format and fix lint issues in playoff modules
- Rename single-letter `l` loop variables in bracket_view to satisfy E741 - Drop unused `json` import from test_playoff_cache (F401/F811) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -233,7 +233,10 @@ class TestTodayMeta:
|
||||
assert meta["round_label"] is None
|
||||
|
||||
def test_playoff_games_on_mode(self):
|
||||
games = [make_playoff_game(series_letter="A"), make_playoff_game(series_letter="B")]
|
||||
games = [
|
||||
make_playoff_game(series_letter="A"),
|
||||
make_playoff_game(series_letter="B"),
|
||||
]
|
||||
meta = today_meta(games)
|
||||
assert meta["playoff_mode"] is True
|
||||
assert meta["series_active"] == 2
|
||||
|
||||
Reference in New Issue
Block a user