From ce40ec01fdf964dac262f56d1e3c0f547cb16514 Mon Sep 17 00:00:00 2001 From: Cale Smith Date: Thu, 3 Sep 2026 16:35:08 -0700 Subject: [PATCH] [BENCH-809] Drop a comment that restates the loop below it --- runner/src/coval_bench/migrations/import_legacy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/runner/src/coval_bench/migrations/import_legacy.py b/runner/src/coval_bench/migrations/import_legacy.py index 141502c7..5a63b088 100644 --- a/runner/src/coval_bench/migrations/import_legacy.py +++ b/runner/src/coval_bench/migrations/import_legacy.py @@ -208,7 +208,6 @@ def _summarize( lines.append("") lines.append("Provider/model validation against benchmarks_v2.models:") - # Count combos per provider_lower/model all_combos: set[tuple[str, str]] = set() unmatched_counts: Counter[tuple[str, str]] = Counter() for row in rows: