Skip to content

Commit f80c63f

Browse files
Merge branch 'fix/1210-auth-warning' of https://github.com/Prachi194agrawal/openml-python into fix/1210-auth-warning
2 parents c90ba96 + 5f20b57 commit f80c63f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

openml/runs/functions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# License: BSD 3-Clause
22
from __future__ import annotations
3-
import warnings
4-
import openml
53

64
import itertools
75
import time
@@ -119,7 +117,6 @@ def run_model_on_task( # noqa: PLR0913
119117
stacklevel=2,
120118
)
121119

122-
123120
# TODO: At some point in the future do not allow for arguments in old order (6-2018).
124121
# Flexibility currently still allowed due to code-snippet in OpenML100 paper (3-2019).
125122
# When removing this please also remove the method `is_estimator` from the extension

0 commit comments

Comments
 (0)