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

Commit 5e36981

Browse files
Update client.py
1 parent cea0d82 commit 5e36981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(
2727
# return table
2828

2929
def create_data_rows_from_table(
30-
self, table:pd.core.frame.DataFrame, dataset_id:str"", project_id:str="", priority:int=5,
30+
self, table:pd.core.frame.DataFrame, dataset_id:str="", project_id:str="", priority:int=5,
3131
upload_method:str="", skip_duplicates:bool=False, verbose:bool=False, divider="///"):
3232
""" Creates Labelbox data rows given a Pandas table and a Labelbox Dataset
3333
Args:

0 commit comments

Comments
 (0)