We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0c34a commit 1a0bb5fCopy full SHA for 1a0bb5f
returns/_internal/pipeline/flow.py
@@ -1,7 +1,6 @@
1
from functools import reduce
2
from typing import TypeVar
3
4
-
5
_InstanceType = TypeVar('_InstanceType')
6
_PipelineStepType = TypeVar('_PipelineStepType')
7
_ReturnType = TypeVar('_ReturnType')
0 commit comments