Skip to content

Commit bbf921c

Browse files
committed
add CatalogSlice to type check
1 parent df3f86f commit bbf921c

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
@@ -377,6 +377,7 @@ class Entity(metaclass=EntityMeta):
377377
ProjectRole: Type[labelbox.ProjectRole]
378378
Project: Type[labelbox.Project]
379379
Batch: Type[labelbox.Batch]
380+
CatalogSlice: Type[labelbox.CatalogSlice]
380381

381382
@classmethod
382383
def _attributes_of_type(cls, attr_type):

0 commit comments

Comments
 (0)