Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lourenzutti committed Jan 28, 2022
1 parent 05296d7 commit d1e7031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rudaux/flows.py
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@


filter_skip = FilterTask(
filter_func=lambda x: not isinstance(x, (signals.SKIP, type(None)))
filter_func = lambda x: not isinstance(x, (signals.SKIP, type(None)))
)

__PROJECT_NAME = "rudaux"

0 comments on commit d1e7031

Please sign in to comment.