8000 Linting fix · scikit-learn/scikit-learn@a278528 · GitHub
[go: up one dir, main page]

Skip to content

Commit a278528

Browse files
committed
Linting fix
1 parent a930b5f commit a278528

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sklearn/ensemble/tests/test_stacking.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
StackingClassifier,
2727
StackingRegressor,
2828
)
29-
from sklearn.exceptions import ConvergenceWarning, NotFittedError
29+
from sklearn.exceptions import NotFittedError
3030
from sklearn.linear_model import (
3131
LinearRegression,
3232
LogisticRegression,
@@ -42,7 +42,6 @@
4242
from sklearn.utils._testing import (
4343
assert_allclose,
4444
assert_allclose_dense_sparse,
45-
ignore_warnings,
4645
)
4746

4847
diabetes = load_diabetes()

0 commit comments

Comments
 (0)
0