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

Commit df34ce1

Browse files
Update client.py
1 parent 6f6aa0f commit df34ce1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

labelpandas/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,8 @@ def create_data_rows_from_table(
164164

165165
# If performing actions that require data row IDs, we pull them here using labelbase.uploader.create_global_key_to_data_row_id_dict
166166
if actions["annotate"] or actions["prediction"]:
167-
all_global_keys = list(upload_dict.keys())
168-
print(all_global_keys)
169167
global_key_to_data_row_id = create_global_key_to_data_row_id_dict(
170-
client=self.lb_client, global_keys=all_global_keys
168+
client=self.lb_client, global_keys=list(upload_dict.keys())
171169
)
172170

173171
# Annotation upload attempt using labelbase.uploader.batch_upload_annotations

0 commit comments

Comments
 (0)