8000 Get flake8 to pass · scikit-learn/scikit-learn@1fb1bb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fb1bb4

Browse files
committed
Get flake8 to pass
1 parent 5022fda commit 1fb1bb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sklearn/tests/test_base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Author: Gael Varoquaux
22
# License: BSD 3 clause
33

4-
import sys
5-
64
import numpy as np
75
import scipy.sparse as sp
86

@@ -396,6 +394,7 @@ def cache(self):
396394
self._cache = "some value"
397395
return self._cache
398396

397+
399398
class TestPicklingConstraints(object):
400399
def test_multiple_inheritance_setting_sklearn_namespace(self):
401400
estimator = MultiInheritanceEstimator()

0 commit comments

Comments
 (0)
0