Skip to content

Commit fbc6f77

Browse files
committed
minor update to add join with start
1 parent 0531d0a commit fbc6f77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

labelbox/data/generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def __init__(self,
8080
for thread in self.threads:
8181
thread.daemon = True
8282
thread.start()
83-
for thread in self.threads:
8483
thread.join()
8584

8685
def _process(self, value) -> Any:

0 commit comments

Comments
 (0)