Skip to content

Commit 42a328b

Browse files
committed
Fixed type hint for getScript
1 parent e24e633 commit 42a328b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/globalPlugins/MathCAT/MathCAT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def getBrailleRegions(
293293
def getScript(
294294
self,
295295
gesture: KeyboardInputGesture,
296-
) -> Callable[KeyboardInputGesture, None] | None:
296+
) -> Callable[[KeyboardInputGesture], None] | None:
297297
"""
298298
Returns the script function bound to the given gesture.
299299

0 commit comments

Comments
 (0)