From 5a78e7d1b80f2f73ca583feef64c4625da2eb7c0 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 26 Sep 2024 11:35:13 -0700 Subject: [PATCH] chore: Run the linter --- benchmark/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index de1c5b661..0ff0900ef 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -698,7 +698,7 @@ def run_test_real( ) ), ) - + if edit_format == "senior": results["junior_model"] = main_model.junior_model.name if main_model.junior_model else None results["junior_edit_format"] = main_model.junior_edit_format