Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Sep 28, 2024
1 parent fb649c9 commit 548f985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamable/iters.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def _context_manager(self) -> ContextManager: ...
def _launch_future(
self, elem: T
) -> "Future[Union[U, RaisingIterator.ExceptionContainer]]": ...
@abstractmethod

@abstractmethod
def _get_result(
self, futures: "Deque[Future[Union[U, RaisingIterator.ExceptionContainer]]]"
Expand Down

0 comments on commit 548f985

Please sign in to comment.