Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Dec 30, 2023
1 parent 02ca202 commit dfda724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamable/_execution/_concurrency.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ def __iter__(self) -> Iterator[Union[R, _ExceptionContainer]]:


class ThreadedFlatteningIteratorWrapper(ThreadedMappingIteratorWrapper[T]):

class ShufflingNextsIterator(Iterator[Callable[[], Union[T, _Skip]]]):
_INIT_RETRY_BACKFOFF = 0.0005

def __init__(self, iterables_iterator: Iterator[Iterable[T]], pool_size: int):
self.iterables_iterator = iterables_iterator
self.iterator_iterator_exhausted = False
Expand Down

0 comments on commit dfda724

Please sign in to comment.