mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style: Fix linting issues in over_time.py
This commit is contained in:
parent
25bcea6aec
commit
30ee89c7e9
1 changed files with 2 additions and 2 deletions
|
@ -156,11 +156,11 @@ class BenchmarkPlotter:
|
|||
def main():
|
||||
plotter = BenchmarkPlotter()
|
||||
models = plotter.load_data("aider/website/_data/edit_leaderboard.yml")
|
||||
|
||||
|
||||
# Print release dates and model names
|
||||
for model in sorted(models, key=lambda x: x.release_date):
|
||||
print(f"{model.release_date}: {model.name}")
|
||||
|
||||
|
||||
plotter.plot("aider/website/_data/edit_leaderboard.yml")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue