Skip to content

Commit 57586c6

Browse files
committed
fix style
1 parent c138bfe commit 57586c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlxtend/feature_selection/tests/test_exhaustive_feature_selector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#
55
# License: BSD 3 clause
66

7-
from mlxtend.data import boston_housing_data
87
import numpy as np
98
import pandas as pd
109
from numpy.testing import assert_almost_equal
@@ -17,6 +16,7 @@
1716
from sklearn.neighbors import KNeighborsClassifier
1817

1918
from mlxtend.classifier import SoftmaxRegression
19+
from mlxtend.data import boston_housing_data
2020
from mlxtend.feature_selection import ExhaustiveFeatureSelector as EFS
2121
from mlxtend.utils import assert_raises
2222

0 commit comments

Comments
 (0)