Skip to content

Commit 31996e5

Browse files
author
Shaw
committed
fix: clear remaining codefactor spacing
1 parent bbe8b67 commit 31996e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/training/scripts/synthesize_evaluator_prompts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,9 +754,9 @@ def _build_scenario_fact_extractor(
754754

755755

756756
SUMMARIZATION_LENGTH_BUCKETS = (
757-
("short", 8, 12, 0.40),
757+
("short", 8, 12, 0.40),
758758
("medium", 12, 20, 0.40),
759-
("long", 20, 30, 0.20),
759+
("long", 20, 30, 0.20),
760760
)
761761

762762

0 commit comments

Comments
 (0)