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

Commit dcdf205

Browse files
Update client.py
1 parent ae50af9 commit dcdf205

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

labelpandas/client.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ def create_data_rows_from_table(self, df:pd.core.frame.DataFrame, lb_dataset:lab
6363
external_id_col=external_id_col, metadata_index=metadata_index, divider=divider, verbose=verbose
6464
)
6565

66-
key = next(iter(global_key_to_upload_dict))
67-
68-
print(f'{key} : {global_key_to_upload_dict[key]}')
66+
# key = next(iter(global_key_to_upload_dict))
67+
# print(f'{key} : {global_key_to_upload_dict[key]}')
6968

7069
# Upload your data rows to Labelbox
7170
upload_results = self.base_client.batch_create_data_rows(

0 commit comments

Comments
 (0)