From 4c099b28ed18152291680ea20227a9380d8669dd Mon Sep 17 00:00:00 2001 From: Lennard Geese <lennard.geese@sva.de> Date: Fri, 11 Apr 2025 11:28:37 +0200 Subject: [PATCH] Remove todo --- DataHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataHandler.py b/DataHandler.py index 90e9e7c..b37f5ff 100644 --- a/DataHandler.py +++ b/DataHandler.py @@ -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 -- GitLab