Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e081e4

Browse files
committed
reverted back to the regex method, which was py3 compatible w/same speeds
1 parent 91e3f59 commit 8e081e4

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
@@ -31,7 +31,7 @@
3131
from plotly import (plotly, graph_objs, grid_objs, tools, utils, session,
3232
offline)
3333
from plotly.version import __version__
34-
from plotly.check_version_sp import get_latest
34+
from plotly.check_version import get_latest
3535

3636
_latest = get_latest()
3737

0 commit comments

Comments
 (0)