Skip to content

Commit 398d16e

Browse files
committed
add project type
1 parent 2eca4cb commit 398d16e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelbox/orm/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ class Entity(metaclass=EntityMeta):
348348
InviteLimit: Type[labelbox.InviteLimit]
349349
ProjectRole: Type[labelbox.ProjectRole]
350350
Batch: Type[labelbox.Batch]
351+
Project: Type[labelbox.Project]
351352

352353
@classmethod
353354
def _attributes_of_type(cls, attr_type):

0 commit comments

Comments
 (0)