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.
2 parents 1db86d0 + 2a13daf commit 3a711e9Copy full SHA for 3a711e9
packages/python/plotly/plotly/__init__.py
@@ -39,7 +39,6 @@
39
colors,
40
io,
41
data,
42
- colors,
43
)
44
from plotly.version import __version__
45
@@ -51,7 +50,6 @@
51
50
"colors",
52
"io",
53
"data",
54
- "colors",
55
"__version__",
56
]
57
@@ -71,7 +69,6 @@
71
69
".colors",
72
70
".io",
73
".data",
74
- ".colors",
75
],
76
[".version.__version__"],
77
0 commit comments