Skip to content

Commit e2fee00

Browse files
committed
Fix lint
Signed-off-by: Adam Li <adam2392@gmail.com>
1 parent 63e7241 commit e2fee00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/tree/_splitter.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ cdef class BaseSplitter:
103103

104104
cdef class Splitter(BaseSplitter):
105105
"""Base class for supervised splitters."""
106-
106+
107107
cdef public Criterion criterion # Impurity criterion
108108
cdef const DOUBLE_t[:, ::1] y
109109

0 commit comments

Comments
 (0)