Skip to content

Commit 54f32cd

Browse files
author
GOESTERN-1107078
committed
fix init file merge conflict
1 parent e41ce57 commit 54f32cd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/bioimage_cpp/skeleton/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ def teasar_labels(
203203
return run(labels_c, labels_array.dtype.type(background_value), *options)
204204

205205

206-
__all__ = ["clean_graph", "draw_instances", "join_close_components", "remove_ticks", "skeleton_to_graph", "teasar", "teasar_labels"]
207206
from . import distributed
208207

209208

210-
__all__ = ["distributed", "skeleton_to_graph", "teasar", "teasar_labels"]
209+
__all__ = ["clean_graph", "distributed", "draw_instances", "join_close_components", "remove_ticks", "skeleton_to_graph", "teasar", "teasar_labels"]

0 commit comments

Comments
 (0)