Skip to content

Commit 1a0bb5f

Browse files
authored
Update flow.py
1 parent 9d0c34a commit 1a0bb5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

returns/_internal/pipeline/flow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from functools import reduce
22
from typing import TypeVar
33

4-
54
_InstanceType = TypeVar('_InstanceType')
65
_PipelineStepType = TypeVar('_PipelineStepType')
76
_ReturnType = TypeVar('_ReturnType')

0 commit comments

Comments
 (0)