diff --git a/skimage/color/tests/test_colorconv.py b/skimage/color/tests/test_colorconv.py index e49443fc..fec5c20d 100644 --- a/skimage/color/tests/test_colorconv.py +++ b/skimage/color/tests/test_colorconv.py @@ -21,6 +21,7 @@ from skimage.io import imread from skimage.color import ( rgb2hsv, hsv2rgb, rgb2xyz, xyz2rgb, + rgb2hed, hed2rgb, rgb2rgbcie, rgbcie2rgb, convert_colorspace, rgb2grey, gray2rgb,