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 f2de824 commit 1b1c176Copy full SHA for 1b1c176
safeeyes/plugins/smartpause/ext_idle_notify.py
@@ -197,8 +197,8 @@ class ExtIdleNotifyInternal:
197
Split out into a separate object to simplify lifetime handling.
198
"""
199
200
- _idle_notifier: typing.Optional[ExtIdleNotifierV1] = None
201
- _notification: typing.Optional[ExtIdleNotificationV1] = None
+ _idle_notifier: typing.Optional["ExtIdleNotifierV1"] = None
+ _notification: typing.Optional["ExtIdleNotificationV1"] = None
202
_display: Display
203
_r_channel_stop: int
204
_w_channel_started: int
0 commit comments