We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e3177 commit 9b2dbd2Copy full SHA for 9b2dbd2
shinywidgets/_comm.py
@@ -32,8 +32,8 @@ class ShinyComm:
32
# we don't have a kernel here, so give it a meaningless value.
33
kernel = "Shiny"
34
35
- _msg_callback: MsgCallback
36
- _close_callback: MsgCallback
+ _msg_callback: Optional[MsgCallback]
+ _close_callback: Optional[MsgCallback]
37
_closed: bool = False
38
_closed_data: Dict[str, object] = {}
39
0 commit comments