Skip to content

Commit 1af3e79

Browse files
committed
adjusted
1 parent ba4c5df commit 1af3e79

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
@@ -1405,7 +1405,7 @@ def task_queues(self) -> List[TaskQueue]:
14051405
def move_data_rows_to_task_queue(
14061406
self,
14071407
data_row_ids: DataRowIdentifiers,
1408-
task_queue_id: Optional[str] = None,
1408+
task_queue_id: Union[str, None],
14091409
):
14101410
"""
14111411

0 commit comments

Comments
 (0)