From 7dd13468785e14da123cb7624deee7dc0ac045e6 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 17 Dec 2024 20:34:33 -0800 Subject: [PATCH] fix: Remove stray ] causing syntax error --- benchmark/benchmark.py | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index bcfa8ae9c..cd9ceafe4 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -417,7 +417,6 @@ def load_results(dirname): all_results.append(results) except json.JSONDecodeError: continue - ] return all_results