Skip to content

Commit 29702d8

Browse files
authored
fixed minor bug with foundry run_foundry_app method (#1350)
1 parent b3efc51 commit 29702d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/foundry/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class App(_CamelCaseMixin, BaseModel):
99
id: Optional[str]
1010
model_id: str
1111
name: str
12-
description: str
12+
description: Optional[str] = None
1313
inference_params: Dict[str, Any]
1414
class_to_schema_id: Dict[str, str]
1515
ontology_id: str

0 commit comments

Comments
 (0)