Skip to content

Commit

Permalink
💅
Browse files Browse the repository at this point in the history
  • Loading branch information
vovaf709 committed Jun 4, 2024
1 parent da5d309 commit 4c2d199
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,8 +4,8 @@
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._nd_image import euclidean_feature_transform
from scipy.ndimage.morphology import _ni_support
from skimage.morphology import (
binary_closing as scipy_binary_closing,
binary_dilation as scipy_binary_dilation,
Expand Down

0 comments on commit 4c2d199

Please sign in to comment.