Skip to content

Commit 10023c7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 36eb11b commit 10023c7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/executorlib/standalone/batched.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from concurrent.futures import Future
2-
from unittest import result
32

43

54
def batched_futures(lst: list[Future], skip_lst: list[list], n: int) -> list[list]:

0 commit comments

Comments
 (0)