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

Commit 2ea4de0

Browse files
Update uploader.py
1 parent dcdfe5f commit 2ea4de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/uploader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def create_upload_dict(client:labelboxClient, table: pandas.core.frame.DataFrame
158158
"predictions" : res["predictions"]
159159
}
160160
if verbose:
161-
print(f'Upload generated')
161+
print(f'Upload generated')
162162
return upload_dict
163163

164164
def create_upload(row_dict:dict, row_data_col:str, global_key_col:str, external_id_col:str,

0 commit comments

Comments
 (0)