Skip to content

Commit 328fbb9

Browse files
committed
Add missing entries to dash.__all__
1 parent fe3c5c3 commit 328fbb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dash/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def _jupyter_nbextension_paths():
6161
"Input",
6262
"Output",
6363
"State",
64+
"clientside_callback",
6465
"ClientsideFunction",
6566
"MATCH",
6667
"ALLSMALLER",
@@ -88,4 +89,5 @@ def _jupyter_nbextension_paths():
8889
"Patch",
8990
"jupyter_dash",
9091
"ctx",
92+
"hooks",
9193
]

0 commit comments

Comments
 (0)