8000 import packages and libs in order · scikit-learn/scikit-learn@85bbe7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 85bbe7c

Browse files
committed
import packages and libs in order
1 parent d714cc9 commit 85bbe7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sklearn/feature_selection/sequential.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
#
88
# License: BSD 3 clause
99

10-
import numpy as np
1110
from itertools import combinations
11+
12+
import numpy as np
13+
1214
from .base import SelectorMixin
1315
from ..base import BaseEstimator
1416
from ..base import MetaEstimatorMixin

0 commit comments

Comments
 (0)
0