Skip to content

Commit 746ca3b

Browse files
committed
restoring BokehModel import in __init__.py (reverts part of 8f21a15)
1 parent a8deb40 commit 746ca3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_bokeh/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
HERE = Path(__file__).parent.resolve()
88

9+
from .widgets import BokehModel
910
with (HERE / "labextension" / "package.json").open() as fid:
1011
data = json.load(fid)
1112

0 commit comments

Comments
 (0)