Skip to content

Commit 7bca54f

Browse files
committed
cleanup
1 parent 8218e07 commit 7bca54f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/PipeOpLearnerCV.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ PipeOpLearnerCV = R6Class("PipeOpLearnerCV",
183183
}
184184
),
185185
private = list(
186-
.train = function(inputs) {
187-
out = super$.train(inputs)
188-
return(out)
189-
},
190186
.train_task = function(task) {
191187
on.exit({private$.learner$state = NULL})
192188

0 commit comments

Comments
 (0)