Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 18, 2024
1 parent 327bee1 commit bd23517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/data_models/inspector/test_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ def test_inspector(test_const_data: pd.DataFrame):
assert sorted(inspector.inspect()["const_columns"]) == sorted(["age", "fnlwgt", "workclass"])
assert inspector.inspect_level == 80


if __name__ == "__main__":
pytest.main(["-vv", "-s", __file__])

0 comments on commit bd23517

Please sign in to comment.