From ec9327dcb46ded96a4fe93869e602e1b00d1ff36 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 17 Apr 2025 20:01:30 -0700 Subject: [PATCH] style: Apply linter to benchmark.py --- benchmark/benchmark.py | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index eaf3d25e6..f13cb2cb1 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -518,7 +518,6 @@ def summarize_results(dirname, stats_languages=None): res.reasoning_effort = results.get("reasoning_effort") for key in "model edit_format commit_hash editor_model editor_edit_format".split(): - val = results.get(key) if val: variants[key].add(val)