Skip to content

Commit 13e2913

Browse files
committed
Try to fix docstring
Signed-off-by: Adam Li <adam2392@gmail.com>
1 parent 7401ddc commit 13e2913

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklearn/tree/_classes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,6 @@ def fit(self, X, y, sample_weight=None, check_input=True):
11671167
self : DecisionTreeClassifier
11681168
Fitted estimator.
11691169
"""
1170-
11711170
super()._fit(
11721171
X,
11731172
y,

0 commit comments

Comments
 (0)