mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 21:34:59 +00:00
style: Apply linter formatting
This commit is contained in:
parent
7f16757bbe
commit
cac5d8e716
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue