mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 20:35:00 +00:00
style: Apply linter formatting changes
This commit is contained in:
parent
1cdbc76974
commit
a7290be843
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ def plot_over_time(yaml_file):
|
||||||
)
|
)
|
||||||
for model in models
|
for model in models
|
||||||
]
|
]
|
||||||
|
|
||||||
# Separate data points by color
|
# Separate data points by color
|
||||||
orange_points = [(d, r) for d, r, c in zip(dates, pass_rates, colors) if c == "orange"]
|
orange_points = [(d, r) for d, r, c in zip(dates, pass_rates, colors) if c == "orange"]
|
||||||
red_points = [(d, r) for d, r, c in zip(dates, pass_rates, colors) if c == "red"]
|
red_points = [(d, r) for d, r, c in zip(dates, pass_rates, colors) if c == "red"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue