8000 rm check_version · hughesadam87/python-api@f81fba7 · GitHub
[go: up one dir, main page]

Skip to content

Commit f81fba7

Browse files
committed
rm check_version
running ``` import plotly ``` at the root of python-api was failing cuz of this
1 parent 78e9f63 commit f81fba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from . version import __version__, check_version
1+
from . version import __version__
22
import graph_objs
33
import plotly
4-
import tools
4+
import tools

0 commit comments

Comments
 (0)
0