Skip to content

Commit 3935bef

Browse files
committed
Changed ambiguous Python 2 import to explicit relative import.
1 parent bd4d44d commit 3935bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plotly/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
# Warning format
23-
from plotly import graph_objs, matplotlylib
23+
from . import graph_objs, matplotlylib
2424

2525

2626
def warning_on_one_line(message, category, filename, lineno, file=None, line=None):

0 commit comments

Comments
 (0)