From a7290be843c6a6af2649556b1a81b02bf5a90b3c Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 14 Aug 2024 06:27:51 -0700 Subject: [PATCH] style: Apply linter formatting changes --- benchmark/over_time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/over_time.py b/benchmark/over_time.py index 6215c5411..8eec5d603 100644 --- a/benchmark/over_time.py +++ b/benchmark/over_time.py @@ -57,7 +57,7 @@ def plot_over_time(yaml_file): ) for model in models ] - + # Separate data points by color orange_points = [(d, r) for d, r, c in zip(dates, pass_rates, colors) if c == "orange"] red_points = [(d, r) for d, r, c in zip(dates, pass_rates, colors) if c == "red"]