Skip to content

Commit 052550b

Browse files
committed
Merge branch 'master' into develop
2 parents 7a3e69f + 55b3343 commit 052550b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/30_extended/datasets_tutorial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
How to list and download datasets.
77
"""
8-
""
98

109
# License: BSD 3-Clauses
1110

openml/runs/functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,6 @@ def __list_runs(api_call, output_format="dict"):
10501050
"upload_time": str(run_["oml:upload_time"]),
10511051
"error_message": str((run_["oml:error_message"]) or ""),
10521052
}
1053-
10541053
runs[run_id] = run
10551054

10561055
if output_format == "dataframe":

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
# License: BSD 3-Clause
2424

25+
# License: BSD 3-Clause
26+
2527
import os
2628
import logging
2729
from typing import List

0 commit comments

Comments
 (0)