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

Commit 6cdcd97

Browse files
Update client.py
1 parent dbe64a5 commit 6cdcd97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labelpandas/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ def create_data_rows_from_table(
153153
skip_duplicates=skip_duplicates, divider=divider, verbose=verbose
154154
)
155155

156-
# If performing actions that require data row IDs, we pull them here
156+
# If performing actions that require data row IDs, we pull them here using labelbase.uploader.create_global_key_to_data_row_id_dict
157157
if actions["batch"] or actions["annotate"] or actions["prediction"]:
158-
global_key_to_data_row_id = uploader.create_global_key_to_data_row_id_dict(
158+
global_key_to_data_row_id = create_global_key_to_data_row_id_dict(
159159
client=self.lb_client, global_keys=list(upload_dict.keys())
160160
)
161161

0 commit comments

Comments
 (0)