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: