Skip to content

Commit 11e4da5

Browse files
albertcthomasqinhanmin2014
authored andcommitted
MNT fix flake 8 errors introduced in previous PR (scikit-learn#13292)
1 parent 2237b17 commit 11e4da5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sklearn/ensemble/tests/test_iforest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import numpy as np
1212

13-
from sklearn.utils.testing import assert_almost_equal
1413
from sklearn.utils.testing import assert_array_equal
1514
from sklearn.utils.testing import assert_array_almost_equal
1615
from sklearn.utils.testing import assert_raises
@@ -280,7 +279,6 @@ def test_iforest_average_path_length():
280279
assert_array_equal(avg_path_length, np.sort(avg_path_length))
281280

282281

283-
284282
@pytest.mark.filterwarnings('ignore:default contamination')
285283
@pytest.mark.filterwarnings('ignore:behaviour="old"')
286284
def test_score_samples():

0 commit comments

Comments
 (0)