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

Commit 3f36e90

Browse files
Update client.py
1 parent d953732 commit 3f36e90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelpandas/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from labelbox.schema.dataset import Dataset as labelboxDataset
44
import pandas as pd
55
from labelpandas import connector
6+
from concurrent.futures import ThreadPoolExecutor, as_completed
67

78
class Client():
89
"""

0 commit comments

Comments
 (0)