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

Commit 3bd7fe5

Browse files
Update connector.py
1 parent f428f9c commit 3bd7fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelpandas/connector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from labelbox import Client
22
from labelbase import Client as baseClient
33
import pandas
4+
from concurrent.futures import ThreadPoolExecutor, as_completed
45

56
def create_upload_dict(df:pandas.core.frame.DataFrame, local_files:bool, lb_client:Client, base_client:baseClient, row_data_col:str,
67
global_key_col:str="", external_id_col:str="", metadata_index:dict={}, divider:str="///"):

0 commit comments

Comments
 (0)