Skip to content

Commit 980cbb1

Browse files
committed
Add get_config to the list of public functions for plotly.py
1 parent 9ca58d3 commit 980cbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"""
1010
from . plotly import (
1111
sign_in, update_plot_options, get_plot_options, get_credentials, iplot,
12-
plot, iplot_mpl, plot_mpl, get_figure, Stream, image
12+
plot, iplot_mpl, plot_mpl, get_figure, Stream, image, get_config
1313
)

0 commit comments

Comments
 (0)