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 Nov 27, 2024
1 parent 40bc383 commit a55adfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion soda/core/soda/execution/metric/numeric_query_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def build_non_missing_and_valid_condition(self):
return f"NOT ({missing_condition}) AND NOT ({invalid_condition}){include_null}"
else:
return f"NOT ({missing_condition})"

def build_include_null(self) -> str:
column_name = self.column_name

Expand Down
2 changes: 1 addition & 1 deletion soda/core/tests/data_source/test_invalid.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,4 @@ def test_valid_include_null(data_source_fixture: DataSourceFixture):
)
scan.execute()

scan.assert_all_checks_pass()
scan.assert_all_checks_pass()

0 comments on commit a55adfe

Please sign in to comment.