Skip to content
Snippets Groups Projects
Commit 4c099b28 authored by Lennard Geese's avatar Lennard Geese
Browse files

Remove todo

parent c20cf70c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ class DataHandler(ABC):
self.invalidDriverId = "NO_DRIVER"
self.activateDebugOvertakeAnalysis = False
self.slickCompounds = ('SOFT', 'MEDIUM', 'HARD')
self.validSessionTypes = ("Practice", "Qualifying", "Race") # TODO: Check if it's called Qualify or Qualifying in the Pandas dataframes
self.validSessionTypes = ("Practice", "Qualifying", "Race")
self.countOutPitstops = True
self.firstFastF1Year: int = 2018
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment