Skip to content

Commit dbf6852

Browse files
committed
nested list with future
1 parent 10f4f3c commit dbf6852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/executorlib/standalone/batched.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def batched_futures(
5-
lst: list[Future], nested_skip_lst: list[list[Future]], n: int
5+
lst: list[Future], nested_skip_lst: list[Future[list]], n: int
66
) -> list[list]:
77
"""
88
Batch n completed future objects. If the number of completed futures is smaller than n and the end of the batch is

0 commit comments

Comments
 (0)