Skip to content

Commit 28ed580

Browse files
committed
Fix docstrings
1 parent 4c14732 commit 28ed580

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,12 @@ def create_project(
286286

287287
def create_project_from_metadata(self, project_metadata: Project):
288288
"""Create a new project in the team using project metadata object dict.
289-
Mandatory keys in project_metadata are "name", "description" and "type" (Vector or Pixel)
290-
Non-mandatory keys: "workflow", "settings" and "annotation_classes".
289+
290+
| Mandatory keys: “name”, “description” and “type” (Vector or Pixel)
291+
| Non-mandatory keys: “workflow”, “settings” and “annotation_classes”
292+
293+
:param project_metadata: project metadata
294+
:type project_metadata: dict
291295
292296
:return: dict object metadata the new project
293297
:rtype: dict

0 commit comments

Comments
 (0)