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

Commit ef025dd

Browse files
Update data_rows.py
1 parent 193bde3 commit ef025dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/data_rows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from tqdm.autonotebook import tqdm
2727
from concurrent.futures import ThreadPoolExecutor, as_completed
2828

29-
def create_data_row_upload_dict(client:labelboxClient, table: pandas.core.frame.DataFrame,table_dict:dict,
29+
def create_data_row_upload_dict(client:labelboxClient, table: pandas.core.frame.DataFrame, table_dict:dict,
3030
row_data_col:str, global_key_col:str, external_id_col:str, dataset_id_col:str,
3131
dataset_id:str, metadata_index:dict, attachment_index:dict,
3232
divider:str, verbose:bool, extra_client:bool=None):

0 commit comments

Comments
 (0)