Skip to content

Commit 22ff727

Browse files
Fix Project missing name field
1 parent 92fe9c7 commit 22ff727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelbox/schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class Project(DbObject, Updateable, Deletable):
2424
""" A Project is a container that includes a labeling frontend, an ontology,
2525
datasets and labels.
2626
"""
27+
name = Field.String("name")
2728
description = Field.String("description")
2829
updated_at = Field.DateTime("updated_at")
2930
created_at = Field.DateTime("created_at")

0 commit comments

Comments
 (0)