Skip to content

Commit 0c974d6

Browse files
committed
update
1 parent 2e61968 commit 0c974d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labelbox/schema/project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,8 @@ def enable_model_assisted_labeling(self, toggle: bool = True) -> bool:
583583
"showingPredictionsToLabelers"]
584584

585585
def bulk_import_requests(self):
586-
""" Returns bulk import request objects. These are returned with
587-
the oldest first, and most recent last.
586+
""" Returns bulk import request objects which are used in model-assisted labeling.
587+
These are returned with the oldest first, and most recent last.
588588
"""
589589

590590
id_param = "project_id"

0 commit comments

Comments
 (0)