Skip to content

Commit 32ca251

Browse files
committed
fix test
1 parent 29aab27 commit 32ca251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/tests/test_core/test_px/test_imshow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from PIL import Image
66
from io import BytesIO
77
import base64
8-
from skimage.exposure import rescale_intensity
8+
from plotly.express.imshow_utils import rescale_intensity
99

1010
img_rgb = np.array([[[255, 0, 0], [0, 255, 0], [0, 0, 255]]], dtype=np.uint8)
1111
img_gray = np.arange(100, dtype=np.float).reshape((10, 10))

0 commit comments

Comments
 (0)