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

Commit cc5393e

Browse files
Update connector.py
1 parent e56e0d1 commit cc5393e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from labelbox import Client
33
import pandas
44
from concurrent.futures import ThreadPoolExecutor, as_completed
5-
from tqdm import tqdm_notebook as tqdm
5+
from tqdm.autonotebook import tqdm
66
import math
77

88
def create_upload_dict(df:pandas.core.frame.DataFrame, lb_client:Client, base_client:baseClient, row_data_col:str,

0 commit comments

Comments
 (0)