Skip to content

Commit b890b8e

Browse files
committed
adding back something that wasn't in my own branch
1 parent bbcc137 commit b890b8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

labelbox/schema/project.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def _post_batch(self, method, data_row_ids: List[str]):
516516
}
517517
}
518518
}
519-
}
519+
}
520520
""" % (method, method)
521521

522522
res = self.client.execute(query, {
@@ -552,7 +552,7 @@ def _update_queue_mode(self, mode: QueueMode) -> QueueMode:
552552
tagSetStatus
553553
}
554554
}
555-
}
555+
}
556556
""" % "setTagSetStatusPyApi"
557557

558558
self.client.execute(query_str, {
@@ -568,7 +568,7 @@ def queue_mode(self):
568568
project(where: {id: $projectId}) {
569569
tagSetStatus
570570
}
571-
}
571+
}
572572
""" % "GetTagSetStatusPyApi"
573573

574574
status = self.client.execute(

0 commit comments

Comments
 (0)