Skip to content

Commit e64e7d5

Browse files
committed
adjusted optional task_queue_id
1 parent 97bd850 commit e64e7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/schema/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ def task_queues(self) -> List[TaskQueue]:
14031403
]
14041404

14051405
def move_data_rows_to_task_queue(
1406-
self, data_row_ids: DataRowIdentifiers, task_queue_id: str
1406+
self, data_row_ids: DataRowIdentifiers, task_queue_id: Optional[str] = None
14071407
):
14081408
"""
14091409

0 commit comments

Comments
 (0)