Skip to content

Commit b89d38b

Browse files
authored
Merge pull request #707 from plotly/init_updt
add dashboard objs to init
2 parents c660506 + 8d2e32f commit b89d38b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: plotly/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929
from __future__ import absolute_import
3030

31-
from plotly import (plotly, graph_objs, grid_objs, tools, utils, session,
32-
offline, colors)
31+
from plotly import (plotly, dashboard_objs, graph_objs, grid_objs, tools,
32+
utils, session, offline, colors)
3333
from plotly.version import __version__

0 commit comments

Comments
 (0)