diff --git a/doc/examples/plot_edge_modes.py b/doc/examples/plot_edge_modes.py index 4044f032..f48d7aed 100644 --- a/doc/examples/plot_edge_modes.py +++ b/doc/examples/plot_edge_modes.py @@ -7,7 +7,7 @@ This example illustrates the different edge modes available during interpolation in routines such as ``skimage.transform.rescale`` and ``skimage.transform.resize``. """ -from skimage._shared._interpolation_test import extend_image +from skimage._shared.interpolation import extend_image import skimage.data import matplotlib.pyplot as plt import numpy as np