Skip to content

Commit d0706cb

Browse files
committed
fix E303
1 parent 97cd382 commit d0706cb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_evaluations/test_evaluation_functions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +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-
120-
119+
121120
def test_evaluation_list_sort(self):
122121
openml.config.server = self.test_server
123122
size = 10

0 commit comments

Comments
 (0)