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

Commit 0a35b79

Browse files
Update data_rows.py
1 parent eaada69 commit 0a35b79

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
@@ -2,7 +2,7 @@
22
from labelbox import Client as labelboxClient
33
import labelbase
44
from labelpandas import connector
5-
from tqdm import tqdm
5+
from tqdm.autonotebook import tqdm
66
from concurrent.futures import ThreadPoolExecutor, as_completed
77

88
def create_data_row_upload_dict(client:labelboxClient, table: pandas.core.frame.DataFrame,table_dict:dict,

0 commit comments

Comments
 (0)