style: Apply linter formatting changes

This commit is contained in:
Paul Gauthier (aider) 2024-08-14 06:27:51 -07:00
parent 1cdbc76974
commit a7290be843

View file

@ -57,7 +57,7 @@ def plot_over_time(yaml_file):
)
for model in models
]
# Separate data points by color
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"]