Skip to content

Commit 3a711e9

Browse files
Merge pull request #2540 from plotly/import_cleanup
export colors only once
2 parents 1db86d0 + 2a13daf commit 3a711e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/python/plotly/plotly/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
colors,
4040
io,
4141
data,
42-
colors,
4342
)
4443
from plotly.version import __version__
4544

@@ -51,7 +50,6 @@
5150
"colors",
5251
"io",
5352
"data",
54-
"colors",
5553
"__version__",
5654
]
5755

@@ -71,7 +69,6 @@
7169
".colors",
7270
".io",
7371
".data",
74-
".colors",
7572
],
7673
[".version.__version__"],
7774
)

0 commit comments

Comments
 (0)