diff --git a/src/scheduling/fallback.py b/src/scheduling/fallback.py index 1dec3da8ab389bb1edbbeb6edc8db78a153a9e50..a0e6b48216e7481b52ee7b4a859c4863953f7e12 100644 --- a/src/scheduling/fallback.py +++ b/src/scheduling/fallback.py @@ -101,7 +101,8 @@ class FallbackManager: def on_timeslot_end(self, timeslot): """ - The timeslot has ended and the state is updated. The method ensures that any intermediate state update doesn't get overwritten. + The timeslot has ended and the state is updated. The method ensures that any intermediate state + update doesn't get overwritten. """ if self.state["timeslot"] == timeslot: self.state["timeslot"] = None