Skip to content

Commit abab04a

Browse files
committed
fixed ambiguous python 2 import with explicit relative import.
1 parent 7a8db60 commit abab04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
2727
"""
2828

29-
from plotly import plotly, graph_objs, tools, utils
29+
from . import plotly, graph_objs, tools, utils

0 commit comments

Comments
 (0)