Skip to content

Commit 6600b0b

Browse files
committed
adjust for rebase
1 parent 88f37f1 commit 6600b0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/python/plotly/plotly/express/__init__.py

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

44+
from ._imshow import imshow
45+
4446
from ._core import ( # noqa: F401
4547
set_mapbox_access_token,
4648
defaults,
@@ -75,6 +77,7 @@
7577
"strip",
7678
"histogram",
7779
"choropleth",
80+
"imshow",
7881
"data",
7982
"colors",
8083
"set_mapbox_access_token",

0 commit comments

Comments
 (0)