Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pesaventofilippo authored Oct 5, 2023
1 parent ac4cf0b commit 5b960f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastf1/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2911,7 +2911,7 @@ def pick_wo_box(self) -> "Laps":
def pick_box_laps(self, which: str = 'both') -> "Laps":
"""Return all laps which are either in-laps, out-laps, or both.
Note: a lap could be an in-lap and an out-lap at the same time.
In that case, it will get returned regardless of the 'which'
In that case, it will get returned regardless of the 'which'
parameter.
Args:
Expand Down

0 comments on commit 5b960f5

Please sign in to comment.