Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
steinnymir committed Oct 6, 2023
1 parent 1742074 commit 9c63996
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,3 @@ def add(df, value):
assert pipeline.steps[0].func == square
assert pipeline.steps[1].func == add
assert pipeline.steps[1].args == (1,)
eeeeeeeeeeeee

0 comments on commit 9c63996

Please sign in to comment.