We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e3f59 commit 8e081e4Copy full SHA for 8e081e4
plotly/__init__.py
@@ -31,7 +31,7 @@
31
from plotly import (plotly, graph_objs, grid_objs, tools, utils, session,
32
offline)
33
from plotly.version import __version__
34
-from plotly.check_version_sp import get_latest
+from plotly.check_version import get_latest
35
36
_latest = get_latest()
37
0 commit comments