diff --git a/skimage/morphology/convex_hull.py b/skimage/morphology/convex_hull.py index d024ca02..9bb65fbb 100644 --- a/skimage/morphology/convex_hull.py +++ b/skimage/morphology/convex_hull.py @@ -96,3 +96,4 @@ def convex_hull_object(image): convex_img = np.logical_or(convex_img, convex_obj) return convex_img + \ No newline at end of file