From cac5d8e7169e67b1857b24ab3f6ec2de9ae14e25 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 17 Dec 2024 14:15:06 -0800 Subject: [PATCH] style: Apply linter formatting --- benchmark/problem_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/problem_stats.py b/benchmark/problem_stats.py index 4924fa376..d0e09edc0 100755 --- a/benchmark/problem_stats.py +++ b/benchmark/problem_stats.py @@ -46,7 +46,7 @@ def analyze_exercise_solutions(topn=None): # Unpack the filtered and sorted entries leaderboard = [entry for entry, _ in valid_entries] - + # Get all exercise names from a complete run all_exercises = set() exercise_solutions = defaultdict(list)