Skip to content

Commit fe8f66b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/_api/resources/base/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
if TYPE_CHECKING:
1111
import pandas as pd
1212

13+
from openml.evaluations import OpenMLEvaluation
1314
from openml.runs.run import OpenMLRun
1415
from openml.tasks.task import TaskType
15-
from openml.evaluations import OpenMLEvaluation
1616

1717

1818
class DatasetAPI(ResourceAPI):

0 commit comments

Comments
 (0)