8000 Merge pull request #22008 from j-bowhay/remove_future · numpy/numpy@fe2bb38 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe2bb38

Browse files
authored
Merge pull request #22008 from j-bowhay/remove_future
MAINT: remove unneeded `__future__` imports
2 parents 92680b6 + b9f1d23 commit fe2bb38

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

benchmarks/benchmarks/bench_array_coercion.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import, division, print_function
2-
31
from .common import Benchmark
42

53
import numpy as np

benchmarks/benchmarks/bench_itemselection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import, division, print_function
2-
31
from .common import Benchmark, TYPES1
42

53
import numpy as np

benchmarks/benchmarks/bench_strings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import, division, print_function
2-
31
from .common import Benchmark
42

53
import numpy as np

numpy/distutils/armccompiler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import division, absolute_import, print_function
2-
31
from distutils.unixccompiler import UnixCCompiler
42

53
class ArmCCompiler(UnixCCompiler):

numpy/distutils/fcompiler/arm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import division, absolute_import, print_function
2-
31
import sys
42

53
from numpy.distutils.fcompiler import FCompiler, dummy_fortran_file

0 commit comments

Comments
 (0)
0