Skip to content

Commit 249efec

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a0c2267 commit 249efec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/tasks/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def get_dataset(self, **kwargs: Any) -> datasets.OpenMLDataset:
150150
151151
Accepts the same keyword arguments as the `openml.datasets.get_dataset`.
152152
"""
153-
return datasets.get_dataset(self.dataset_id, **kwargs) # Shrivaths
153+
return datasets.get_dataset(self.dataset_id, **kwargs) # Shrivaths
154154

155155
def get_train_test_split_indices(
156156
self,

0 commit comments

Comments
 (0)