Skip to content

Commit ba4c5df

Browse files
committed
fixed linter
1 parent e64e7d5 commit ba4c5df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,9 @@ 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: Optional[str] = None
1406+
self,
1407+
data_row_ids: DataRowIdentifiers,
1408+
task_queue_id: Optional[str] = None,
14071409
):
14081410
"""
14091411

0 commit comments

Comments
 (0)