Skip to content

Commit 005c0c7

Browse files
committed
indentation change
1 parent 0e1a75c commit 005c0c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/evaluations/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def __list_evaluations(api_call, output_format='object'):
211211
'array_data': array_data}
212212

213213
if output_format == 'dataframe':
214-
rows = [value for key, value in evals.items()]
214+
rows = [value for key, value in evals.items()]
215215
evals = (pd.DataFrame.from_records(rows, columns=rows[0].keys()))
216216
return evals
217217

0 commit comments

Comments
 (0)