Skip to content

Commit bc19373

Browse files
author
Val Brodsky
committed
Deal with missing tag names
1 parent ebe0f35 commit bc19373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/schema/labeling_service_dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232
class LabelingServiceDashboardTags(BaseModel):
33-
name: str
33+
name: Optional[str] = None
3434
color: str
3535
type: str
3636

0 commit comments

Comments
 (0)