Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and eddiebergman committed Jan 12, 2024
commit 559a8748e015e48d825beb20f632ef80625ba783
2 changes: 1 addition & 1 deletion openml/datasets/data_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__( # noqa: PLR0913
data_type: str,
nominal_values: list[str],
number_missing_values: int,
ontologies: list[str] = None,
ontologies: list[str] | None = None,
):
if not isinstance(index, int):
raise TypeError(f"Index must be `int` but is {type(index)}")
Expand Down