fix: remove unused variable g from series_blurb after Game X removal
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -109,7 +109,6 @@ def _game_number(game, state):
|
|||||||
def series_blurb(game):
|
def series_blurb(game):
|
||||||
"""One sentence of series context for a playoff card."""
|
"""One sentence of series context for a playoff card."""
|
||||||
state = series_state(game.get("seriesStatus", {}))
|
state = series_state(game.get("seriesStatus", {}))
|
||||||
g = _game_number(game, state)
|
|
||||||
leader_name = _leader_name(game, state)
|
leader_name = _leader_name(game, state)
|
||||||
trailer_name = _trailer_name(game, state)
|
trailer_name = _trailer_name(game, state)
|
||||||
is_final = game.get("gameState") in ("FINAL", "OFF")
|
is_final = game.get("gameState") in ("FINAL", "OFF")
|
||||||
|
|||||||
Reference in New Issue
Block a user