Skip to content
Snippets Groups Projects
Commit 3df9bf02 authored by David Trattnig's avatar David Trattnig
Browse files

chore: typo info

parent 45eee28a
No related branches found
No related tags found
1 merge request!35ORM-less scheduling
...@@ -29,7 +29,7 @@ from aura_engine.scheduling.utils import M3UPlaylistProcessor, TimetableRenderer ...@@ -29,7 +29,7 @@ from aura_engine.scheduling.utils import M3UPlaylistProcessor, TimetableRenderer
class MockedScheduler: class MockedScheduler:
timetable: TimetableService timetable: TimetableService
def __init__(self, timetable: [Timeslot]): def __init__(self, timetable: list[Timeslot]):
self.timetable = timetable self.timetable = timetable
def get_timetable(self) -> TimetableService: def get_timetable(self) -> TimetableService:
......
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