Skip to content

Commit 53ee802

Browse files
authored
Merge branch 'develop' into gu/add_prompt_response_project
2 parents e66ccde + b244ae4 commit 53ee802

17 files changed

+1417
-2155
lines changed

libs/labelbox/src/labelbox/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,6 @@ def _create_project(self, **kwargs) -> Project:
10121012
params.pop("append_to_existing_dataset", None),
10131013
}
10141014
extra_params = {k: v for k, v in extra_params.items() if v is not None}
1015-
10161015
return self._create(Entity.Project, params, extra_params)
10171016

10181017
def get_roles(self) -> List[Role]:

libs/labelbox/src/labelbox/schema/media_type.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class MediaType(Enum):
99
Geospatial_Tile = "TMS_GEO"
1010
Html = "HTML"
1111
Image = "IMAGE"
12-
Json = "JSON"
1312
LLMPromptCreation = "LLM_PROMPT_CREATION"
1413
LLMPromptResponseCreation = "LLM_PROMPT_RESPONSE_CREATION"
1514
Pdf = "PDF"

0 commit comments

Comments
 (0)