Skip to content

Commit 33ca852

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 07f4461 commit 33ca852

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

openml/evaluations/functions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ def __list_evaluations(api_call: str) -> list[OpenMLEvaluation]:
231231
f'Error in return XML, does not contain "oml:evaluations": {evals_dict!s}',
232232
)
233233

234-
assert isinstance(
235-
evals_dict["oml:evaluations"]["oml:evaluation"], list
236-
), "Expected 'oml:evaluation' to be a list, but got"
234+
assert isinstance(evals_dict["oml:evaluations"]["oml:evaluation"], list), (
235+
"Expected 'oml:evaluation' to be a list, but got"
236+
)
237237
f"{type(evals_dict['oml:evaluations']['oml:evaluation']).__name__}. "
238238

239239
uploader_ids = list(

0 commit comments

Comments
 (0)