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 59c69bd8dd
commit d8e8153aae

View file

@ -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