Skip to content

Commit 69958c2

Browse files
committed
wrapped up matplotlylib import that got moved.
1 parent 354e291 commit 69958c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from plotly import utils
1818
from plotly import exceptions
1919

20-
from . import matplotlylib
2120
from . graph_objs import graph_objs
2221

2322
# Warning format
@@ -26,6 +25,7 @@ def warning_on_one_line(message, category, filename, lineno, file=None, line=Non
2625
warnings.formatwarning = warning_on_one_line
2726

2827
try:
28+
from . import matplotlylib
2929
_matplotlylib_imported = True
3030
except ImportError:
3131
_matplotlylib_imported = False

0 commit comments

Comments
 (0)