Skip to content

Commit 230b806

Browse files
committed
Fixed missing import
1 parent 41067ef commit 230b806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from .unet_prediction import run_unet_prediction
1+
from .unet_prediction import run_unet_prediction, run_unet_prediction_slurm
22
from .postprocessing import filter_isolated_objects

0 commit comments

Comments
 (0)