Skip to content

Commit 55086ca

Browse files
authored
Merge pull request #670 from superannotateai/FRIDAY_2578
Removed Other project type
2 parents a11886d + b22f59d commit 55086ca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"Video",
7878
"Document",
7979
"Tiled",
80-
"Other",
8180
"PointCloud",
8281
"GenAI",
8382
]
@@ -312,7 +311,7 @@ def create_project(
312311
:param project_description: the new project's description
313312
:type project_description: str
314313
315-
:param project_type: the new project type, Vector, Pixel, Video, Document, Tiled, PointCloud, Other.
314+
:param project_type: the new project type, Vector, Pixel, Video, Document, Tiled, PointCloud, GenAI.
316315
:type project_type: str
317316
318317
:param settings: list of settings objects

src/superannotate/lib/core/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def setup_logging(level=DEFAULT_LOGGING_LEVEL, file_path=LOG_FILE_LOCATION):
9999
LIMITED_FUNCTIONS = {
100100
ProjectType.VIDEO: DEPRECATED_VIDEO_PROJECTS_MESSAGE,
101101
ProjectType.DOCUMENT: DEPRECATED_DOCUMENT_PROJECTS_MESSAGE,
102-
ProjectType.OTHER: DEPRECATED_PROJECTS_MESSAGE,
103102
ProjectType.POINT_CLOUD: DEPRECATED_PROJECTS_MESSAGE,
104103
ProjectType.TILED: DEPRECATED_PROJECTS_MESSAGE,
105104
}

0 commit comments

Comments
 (0)