Change signature of editor onBridgeCmd to Any instead of None

This commit is contained in:
Henrik Giesel 2021-02-28 19:39:14 +01:00
parent da0317cb85
commit 6fbd82f2f8

View File

@ -429,7 +429,7 @@ class Editor:
# JS->Python bridge # JS->Python bridge
###################################################################### ######################################################################
def onBridgeCmd(self, cmd: str) -> None: def onBridgeCmd(self, cmd: str) -> Any:
if not self.note: if not self.note:
# shutdown # shutdown
return return