mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Remove unused blue_points
variable
This commit is contained in:
parent
a7290be843
commit
fb0b348bec
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ def plot_over_time(yaml_file):
|
|||
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"]
|
||||
green_points = [(d, r) for d, r, c in zip(dates, pass_rates, colors) if c == "green"]
|
||||
blue_points = [(d, r) for d, r, c in zip(dates, pass_rates, colors) if c == "blue"]
|
||||
|
||||
# Plot lines for orange, red, and green points
|
||||
if orange_points:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue