style: Apply linter formatting

This commit is contained in:
Paul Gauthier (aider) 2024-12-17 14:15:06 -08:00
parent 7f16757bbe
commit cac5d8e716

View file

@ -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)