Skip to content

Commit 2f62897

Browse files
committed
fix order
1 parent 398d16e commit 2f62897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/orm/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ class Entity(metaclass=EntityMeta):
347347
Invite: Type[labelbox.Invite]
348348
InviteLimit: Type[labelbox.InviteLimit]
349349
ProjectRole: Type[labelbox.ProjectRole]
350-
Batch: Type[labelbox.Batch]
351350
Project: Type[labelbox.Project]
351+
Batch: Type[labelbox.Batch]
352352

353353
@classmethod
354354
def _attributes_of_type(cls, attr_type):

0 commit comments

Comments
 (0)