Skip to content

Commit d45de70

Browse files
committed
Fix import
1 parent 6c6fa6c commit d45de70

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"""This module implements the functionality to filter isolated objects from a segmentation.
2+
"""
3+
4+
from .label_components import filter_segmentation

flamingo_tools/segmentation/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
"""
33

44
from .unet_prediction import run_unet_prediction
5-
from .postprocessing import filter_segmentation

0 commit comments

Comments
 (0)