Skip to content

Commit 98b5241

Browse files
committed
fix indent
1 parent 005c0c7 commit 98b5241

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
@@ -212,7 +212,7 @@ def __list_evaluations(api_call, output_format='object'):
212212

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

218218

0 commit comments

Comments
 (0)