From b3e29ab20ecf117b00b3d7bee7317d8b9513d92d Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 20 Nov 2024 20:02:52 -0800 Subject: [PATCH] style: Apply linter formatting to benchmark code --- benchmark/over_time.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/over_time.py b/benchmark/over_time.py index d2a744ca7..3955c563a 100644 --- a/benchmark/over_time.py +++ b/benchmark/over_time.py @@ -28,6 +28,7 @@ def get_legend_label(model): return "Mistral" return model + def get_model_color(model): default = "lightblue"