Skip to content

Commit d59be79

Browse files
committed
better imports
1 parent c59010f commit d59be79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: plotly/plotly/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
from . plotly import (
1111
sign_in, update_plot_options, get_plot_options, get_credentials, iplot,
1212
plot, iplot_mpl, plot_mpl, get_figure, Stream, image, grid_ops,
13-
meta_ops, file_ops, _api_v2
13+
meta_ops, file_ops
1414
)

Diff for: plotly/tests/test_core/test_grid/test_grid.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
from plotly.graph_objs import Scatter
1717
import plotly.plotly as py
18+
from plotly.plotly.plotly import _api_v2
1819
import plotly.tools as tls
1920
from plotly.grid_objs import Column, Grid
2021
from plotly.exceptions import InputError, PlotlyRequestError

0 commit comments

Comments
 (0)