10000 from __future__ import: not needed in Python 3 · scikit-learn/scikit-learn@1fe3cad · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fe3cad

Browse files
from __future__ import: not needed in Python 3
While these files originate in SciPy, they have been removed from SciPy and are now maintained here.
1 parent f33fb0a commit 1fe3cad

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

sklearn/externals/_lobpcg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
https://bitbucket.org/joseroman/blopex
2121
"""
2222

23-
from __future__ import division, print_function, absolute_import
2423
import numpy as np
2524
from scipy.linalg import (inv, eigh, cho_factor, cho_solve, cholesky, orth,
2625
LinAlgError)

sklearn/externals/_pilutil.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
4141
THE POSSIBILITY OF SUCH DAMAGE.
4242
"""
43-
from __future__ import division, print_function, absolute_import
44-
4543

4644
import numpy
4745

0 commit comments

Comments
 (0)
0