Skip to content

Commit 8f76ab1

Browse files
committed
Fix set_project_workflow docstring
1 parent de7e5cb commit 8f76ab1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

superannotate/db/projects.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,8 @@ def get_project_workflow(project):
18751875
def set_project_workflow(project, new_workflow):
18761876
"""Sets project's workflow.
18771877
1878-
new_workflow example: [{ "step" : <step_num>, "className" : <annotation_class>, "tool" : <tool_num>, "attribute":[{"name" : <attribute_value>, "attribute_group" : {"name": <attribute_group>}},...]},...]
1878+
new_workflow example: [{ "step" : <step_num>, "className" : <annotation_class>, "tool" : <tool_num>,
1879+
"attribute":[{"attribute" : {"name" : <attribute_value>, "attribute_group" : {"name": <attribute_group>}}},...]},...]
18791880
18801881
:param project: project name or metadata
18811882
:type project: str or dict

0 commit comments

Comments
 (0)