Skip to content

Commit d94bfd7

Browse files
committed
attempt to fix import error
1 parent ac0ad5c commit d94bfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plotly/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828

2929
from __future__ import absolute_import
3030

31-
from plotly import plotly, graph_objs, tools, utils
31+
from plotly import plotly, graph_objs, grid_objs, tools, utils
3232
from plotly.version import __version__

0 commit comments

Comments
 (0)