Skip to content

Commit 0531d0a

Browse files
committed
cleanup code
1 parent fbd4e63 commit 0531d0a

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
@@ -56,7 +56,6 @@ class PrefetchGenerator:
5656
#instead of self.get qeue in next, itll return just self._data.next
5757
#kwarg on export for multithread, and all other things that use prefetch
5858

59-
# def __init__(self, data: Iterable[Any], prefetch_limit=20, num_executors=4):
6059
def __init__(self,
6160
data: Iterable[Any],
6261
prefetch_limit=20,

0 commit comments

Comments
 (0)