Skip to content

Commit

Permalink
Line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
formulatimer authored Jul 24, 2024
1 parent 1b78dcc commit abfa083
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fastf1/plotting/_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,9 @@ def list_compounds(session: Session) -> List[str]:
return list(_Constants[year].CompoundColors.keys())


def add_sorted_driver_legend(ax: matplotlib.axes.Axes, session: Session, *args, **kwargs):
def add_sorted_driver_legend(
ax: matplotlib.axes.Axes, session: Session, *args, **kwargs
):
"""
Adds a legend to the axis where drivers are grouped by team and within each
team they are shown in the same order that is used for selecting plot
Expand Down

0 comments on commit abfa083

Please sign in to comment.