Skip to content

Commit bdfa2cb

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

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

openml/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,19 @@ def populate_cache(
109109
"OpenMLSupervisedTask",
110110
"OpenMLTask",
111111
"__version__",
112+
"__version__",
113+
"_api_calls",
112114
"_api_calls",
113115
"config",
114116
"datasets",
115117
"evaluations",
116118
"exceptions",
117119
"extensions",
118120
"flows",
121+
"publish",
119122
"runs",
120123
"setups",
121124
"study",
122125
"tasks",
123126
"utils",
124-
"_api_calls",
125-
"__version__",
126-
"publish",
127127
]

openml/publish.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# License: BSD 3-Clause
22
from __future__ import annotations
33

4-
from typing import Any, Sequence
4+
from collections.abc import Sequence
5+
from typing import Any
56

67
from . import extensions
78
from .base import OpenMLBase

0 commit comments

Comments
 (0)