Skip to content

Commit

Permalink
test: ignore uncovered branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Jan 14, 2025
1 parent 0b783b7 commit e286ac6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _check_column_has_no_missing_values(
MissingValuesError:
If a has missing values.
"""
if other_columns is None:
if other_columns is None: # pragma: no cover
other_columns = []

columns = [column, *other_columns]
Expand Down

0 comments on commit e286ac6

Please sign in to comment.