Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vovaf709 committed Jun 4, 2024
1 parent 2c30613 commit da5d309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imops/morphology.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np
from edt import edt
from scipy.ndimage import distance_transform_edt as scipy_distance_transform_edt, generate_binary_structure
from scipy.ndimage._morphology import _ni_support
from scipy.ndimage.morphology import _ni_support
from scipy.ndimage._nd_image import euclidean_feature_transform
from skimage.morphology import (
binary_closing as scipy_binary_closing,
Expand Down

0 comments on commit da5d309

Please sign in to comment.