Skip to content

Commit

Permalink
Linting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
bcebere committed Dec 17, 2022
1 parent 4e002d3 commit 72b0b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/imputers/test_miracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def test_mean_plugin_fit_transform(test_plugin: ImputerPlugin) -> None:
)
)

assert res.isnull().values.any() is False
assert res.isnull().values.any() == False # noqa

0 comments on commit 72b0b9e

Please sign in to comment.