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

Doc formatting. #41

parent 0e71690b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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