Skip to content

Commit e790e71

Browse files
committed
Flake'd
1 parent 5490604 commit e790e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_pipeline/components/preprocessing/test_imputers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import unittest
2-
import pytest
32

43
import numpy as np
54
from numpy.testing import assert_array_equal
65

6+
import pytest
7+
78
from sklearn.base import BaseEstimator, clone
89
from sklearn.compose import make_column_transformer
910

@@ -225,6 +226,5 @@ def test_imputation_without_dataset_properties_raises_error(self):
225226
SimpleImputer.get_hyperparameter_search_space()
226227

227228

228-
229229
if __name__ == '__main__':
230230
unittest.main()

0 commit comments

Comments
 (0)