We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f786eb commit 33f2119Copy full SHA for 33f2119
1 file changed
examples/getting_started.py
@@ -99,7 +99,7 @@ def __init__(self) -> None:
99
self._toolbar_state = {"now": ""}
100
self._toolbar_lock = threading.Lock()
101
self._stop_thread_event = threading.Event()
102
- self._toolbar_thread = None
+ self._toolbar_thread: threading.Thread | None = None
103
104
def _update_toolbar_state(self) -> None:
105
"""Background thread worker to update toolbar state continuously."""
0 commit comments