Skip to content

Commit 11dec80

Browse files
Vaghinak BasentsyanVaghinak Basentsyan
authored andcommitted
Fixed docstrings
1 parent a984031 commit 11dec80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2739,8 +2739,8 @@ def run_segmentation(project, images_list, model):
27392739
27402740
:param project: project name of metadata of the project
27412741
:type project: str or dict
2742-
:param model : The model name or metadata of the model
2743-
:type model : str or dict
2742+
:param model: The model name or metadata of the model
2743+
:type model: str or dict
27442744
:return: tupe of two lists, list of images on which the segmentation has succeeded and failed respectively
27452745
:rtype res: tuple
27462746
"""

0 commit comments

Comments
 (0)