style: fix ruff formatting in bracket_view and routes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+18
-3
@@ -67,9 +67,24 @@ def build_bracket_view(year, bracket_payload, fetched_at=None):
|
||||
"west_cf": west_cf,
|
||||
"cup": cup,
|
||||
"rounds": [
|
||||
{"label": ROUND_LABELS[1], "round_num": 1, "east": east_r1, "west": west_r1},
|
||||
{"label": ROUND_LABELS[2], "round_num": 2, "east": east_r2, "west": west_r2},
|
||||
{"label": ROUND_LABELS[3], "round_num": 3, "east": east_cf, "west": west_cf},
|
||||
{
|
||||
"label": ROUND_LABELS[1],
|
||||
"round_num": 1,
|
||||
"east": east_r1,
|
||||
"west": west_r1,
|
||||
},
|
||||
{
|
||||
"label": ROUND_LABELS[2],
|
||||
"round_num": 2,
|
||||
"east": east_r2,
|
||||
"west": west_r2,
|
||||
},
|
||||
{
|
||||
"label": ROUND_LABELS[3],
|
||||
"round_num": 3,
|
||||
"east": east_cf,
|
||||
"west": west_cf,
|
||||
},
|
||||
{"label": ROUND_LABELS[4], "round_num": 4, "cup": cup},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user