Skip to content

Commit ea570cc

Browse files
committed
fix W293
1 parent d0706cb commit ea570cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_evaluations/test_evaluation_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_evaluation_list_per_fold(self):
116116
for run_id in evaluations.keys():
117117
self.assertIsNotNone(evaluations[run_id].value)
118118
self.assertIsNone(evaluations[run_id].values)
119-
119+
120120
def test_evaluation_list_sort(self):
121121
openml.config.server = self.test_server
122122
size = 10

0 commit comments

Comments
 (0)