Skip to content

Commit 5c3751a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 99714be commit 5c3751a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/mouse/mouse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
@dataclass(slots=True)
3939
class EyeTrackingState:
4040
"""Eye tracking state that can be queried with tracking.*_enabled actions
41-
This is cached on the user.mouse_sleep action so the state can be restored on the user.mouse_wake action.
41+
This is cached on the user.mouse_sleep action so the state can be restored on the user.mouse_wake action.
4242
"""
4343

4444
control_zoom: bool

0 commit comments

Comments
 (0)