Skip to content

Commit 225e91b

Browse files
committed
Conflict from commit revert fix
1 parent 783d0b9 commit 225e91b

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

hamilton/htypes.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -300,19 +300,6 @@ class Parallelizable(Iterable[ParallelizableElement], Protocol[ParallelizableEle
300300
pass
301301

302302

303-
class ParallelizableList(
304-
List[ParallelizableElement], Parallelizable, Generic[ParallelizableElement]
305-
):
306-
"""
307-
Marks the output of a function node as parallelizable and also as a list.
308-
309-
It has the same usage as "Parallelizable", but for returns that are specifically
310-
lists, for correct functioning of linters and other tools.
311-
"""
312-
313-
pass
314-
315-
316303
def is_parallelizable(type: Type) -> bool:
317304
"""
318305
Checks if a type is parallelizable.

0 commit comments

Comments
 (0)