Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit cbeac3e

Browse files
Update client.py
1 parent ed1d715 commit cbeac3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def create_data_rows_from_table(
146146
return {
147147
"data_row_upload_results" : data_row_upload_results,
148148
"data_row_conversion_errors" : data_row_conversion_errors,
149-
"batch_to_project_errors" : batch_to_project_errors
149+
"batch_to_project_errors" : batch_to_project_errors,
150150
"annotation_upload_results" : annotation_upload_results,
151151
"annotation_conversion_errors" : annotation_conversion_errors
152152
}

0 commit comments

Comments
 (0)