diff --git a/qt/aqt/editor.py b/qt/aqt/editor.py index 89c0a69b8..1b47c8f3c 100644 --- a/qt/aqt/editor.py +++ b/qt/aqt/editor.py @@ -429,7 +429,7 @@ class Editor: # JS->Python bridge ###################################################################### - def onBridgeCmd(self, cmd: str) -> None: + def onBridgeCmd(self, cmd: str) -> Any: if not self.note: # shutdown return