Skip to content

Commit 44d1e65

Browse files
committed
STY unused imports
1 parent b34096e commit 44d1e65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sklearn/linear_model/tests/test_ridge.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
import numpy as np
32
import scipy.sparse as sp
43
from scipy import linalg
@@ -41,7 +40,7 @@
4140
from sklearn.model_selection import GridSearchCV
4241
from sklearn.model_selection import KFold, GroupKFold, cross_val_predict
4342

44-
from sklearn.utils import check_random_state, _IS_32BIT
43+
from sklearn.utils import check_random_state
4544
from sklearn.datasets import make_multilabel_classification
4645

4746
diabetes = datasets.load_diabetes()

0 commit comments

Comments
 (0)