Skip to content

Commit 1461836

Browse files
author
gdj0nes
committed
Merge remote-tracking branch 'origin/gj/batch' into gj/batch
2 parents ff42f17 + 6087c3c commit 1461836

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labelbox/schema/project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,8 @@ def create_batch(self, name: str, data_rows: List[str], priority: int = 5):
622622
res['size'] = len(dr_ids)
623623
return Entity.Batch(self.client, res)
624624

625-
def _update_queue_mode(self, mode: "Project.QueueMode") -> "Project.QueueMode":
625+
def _update_queue_mode(self,
626+
mode: "Project.QueueMode") -> "Project.QueueMode":
626627

627628
if self.queue_mode() == mode:
628629
return mode

0 commit comments

Comments
 (0)