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 1a0bb5f commit 82dbf5dCopy full SHA for 82dbf5d
returns/_internal/pipeline/flow.py
@@ -48,7 +48,7 @@ def flow(
48
Requires our :ref:`mypy plugin <mypy-plugins>`.
49
"""
50
return reduce( # type: ignore
51
- lambda composed, function: function(composed),
+ lambda composed, function: function(composed), # type: ignore
52
functions,
53
instance,
54
)
0 commit comments