We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3185e commit a4facfbCopy full SHA for a4facfb
custom_components/qss/event_handling.py
@@ -30,4 +30,3 @@ def finish_task_if_empty_event(event: Event, queue: Queue) -> None:
30
"""Finish process queue task in case of no events."""
31
if event is None:
32
queue.task_done()
33
- return
0 commit comments