Skip to content

Commit 56abd9e

Browse files
authored
Fix lint error (#2004)
1 parent 59aa3f3 commit 56abd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/schema/foundry/foundry_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def run_app(
8989
"classToSchemaId": app.class_to_schema_id,
9090
"inferenceParams": app.inference_params,
9191
"ontologyId": app.ontology_id,
92-
"modelAppId": app.id,
92+
"modelAppId": app.id or "",
9393
}
9494

9595
data_rows_key = (

0 commit comments

Comments
 (0)