Skip to content

Commit e9d702b

Browse files
committed
Fix linter
Signed-off-by: Adam Li <adam2392@gmail.com>
1 parent a927669 commit e9d702b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/ensemble/_forest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@ class ExtraTreesClassifier(ForestClassifier):
22902290
`max_samples` should be in the interval `(0.0, 1.0]`.
22912291
22922292
.. versionadded:: 0.22
2293-
2293+
22942294
max_bins : int, default=255
22952295
The maximum number of bins to use for non-missing values.
22962296

0 commit comments

Comments
 (0)