Skip to content

Commit 809613b

Browse files
committed
removed imshow
1 parent 5ae5e41 commit 809613b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: packages/python/plotly/plotly/express/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
density_heatmap,
4242
)
4343

44-
from ._imshow import imshow
45-
4644
from ._core import ( # noqa: F401
4745
set_mapbox_access_token,
4846
defaults,
@@ -81,5 +79,4 @@
8179
"colors",
8280
"set_mapbox_access_token",
8381
"get_trendline_results",
84-
"imshow",
8582
]

0 commit comments

Comments
 (0)