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

Remove unnecessary FIXME

parent 9716bc71
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class Main:
def main(self):
dataHandler: Main.DataHandlingPackage = Main.DataHandlingPackage()
rainRaces: list[Session] = dataHandler.importer.getRainRacesSince(2015) # FIXME: Change to all races _since_ 2015
rainRaces: list[Session] = dataHandler.importer.getRainRacesSince(2015)
racesToAnalyse = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment