Skip to content

Commit 7b05002

Browse files
committed
Don't let anyone import * plotly.plotly.plotly ever again...
It'd be nice to not let folks `import *` plotly.plotly, but that's a little overkill and perhaps actually useful for fiddling.
1 parent 7a0da88 commit 7b05002

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: plotly/plotly/plotly.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
from plotly import version
3232

3333

34-
__all__ = ["sign_in", "update_plot_options", "get_plot_options",
35-
"get_credentials", "iplot", "plot", "iplot_mpl", "plot_mpl",
36-
"get_figure", "Stream", "image"]
34+
__all__ = None
3735

3836
_DEFAULT_PLOT_OPTIONS = dict(
3937
filename="plot from API",

0 commit comments

Comments
 (0)