mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
style: Fix linting issues in problem_stats.py
This commit is contained in:
parent
26ccb23402
commit
2c7d1897eb
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ def analyze_exercise_solutions(dirs=None, topn=None):
|
|||
counts = [0] * (total_models + 1)
|
||||
for ex, models in exercise_solutions.items():
|
||||
counts[len(models)] += 1
|
||||
|
||||
|
||||
for i, count in enumerate(counts):
|
||||
print(f"{i:>6d} {count:>9d}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue