Skip to content

Commit 82dbf5d

Browse files
authored
Update flow.py
1 parent 1a0bb5f commit 82dbf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

returns/_internal/pipeline/flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def flow(
4848
Requires our :ref:`mypy plugin <mypy-plugins>`.
4949
"""
5050
return reduce( # type: ignore
51-
lambda composed, function: function(composed),
51+
lambda composed, function: function(composed), # type: ignore
5252
functions,
5353
instance,
5454
)

0 commit comments

Comments
 (0)