mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
fix: Remove unused max_lang_len variable
This commit is contained in:
parent
687ba8c9a2
commit
81d424f475
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ def analyze_exercise_solutions(dirs=None, topn=None):
|
|||
|
||||
# Calculate max lengths for alignment
|
||||
max_name_len = max(len(testcase) for testcase in all_exercises)
|
||||
max_lang_len = max(len(lang) for lang in sorted_languages)
|
||||
total_models = len(valid_entries)
|
||||
|
||||
# Print exercises grouped by language
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue