Skip to content

Commit

Permalink
Merge pull request #970 from openml/dev-master-merged
Browse files Browse the repository at this point in the history
Dev master merged
  • Loading branch information
mfeurer authored Oct 25, 2020
2 parents 7a3e69f + ec34b5c commit 79a6705
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/30_extended/datasets_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
How to list and download datasets.
"""
""

# License: BSD 3-Clauses

Expand Down
1 change: 0 additions & 1 deletion openml/runs/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,6 @@ def __list_runs(api_call, output_format="dict"):
"upload_time": str(run_["oml:upload_time"]),
"error_message": str((run_["oml:error_message"]) or ""),
}

runs[run_id] = run

if output_format == "dataframe":
Expand Down

0 comments on commit 79a6705

Please sign in to comment.