We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398d16e commit 2f62897Copy full SHA for 2f62897
labelbox/orm/model.py
@@ -347,8 +347,8 @@ class Entity(metaclass=EntityMeta):
347
Invite: Type[labelbox.Invite]
348
InviteLimit: Type[labelbox.InviteLimit]
349
ProjectRole: Type[labelbox.ProjectRole]
350
- Batch: Type[labelbox.Batch]
351
Project: Type[labelbox.Project]
+ Batch: Type[labelbox.Batch]
352
353
@classmethod
354
def _attributes_of_type(cls, attr_type):
0 commit comments