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

Commit 3abc23c

Browse files
Update connector.py
1 parent 12cd0fd commit 3abc23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labelpandas/connector.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def create_upload_dict(df:pandas.core.frame.DataFrame, lb_client:Client, base_cl
3333
futures.append(
3434
exc.submit(
3535
create_data_rows, lb_client, base_client, row,
36-
metadata_name_key_to_schema, metadata_schema_to_name_key, local_files,
37-
row_data_col, global_key_col, external_id_col, metadata_index, divider
36+
metadata_name_key_to_schema, metadata_schema_to_name_key, row_data_col,
37+
global_key_col, external_id_col, metadata_index, local_files, divider
3838
)
3939
)
4040
for f in as_completed(futures):

0 commit comments

Comments
 (0)