diff options
author | Jake Bowhay <jb9.bowhay@gmail.com> | 2022-07-17 19:10:54 +0100 |
---|---|---|
committer | Jake Bowhay <jb9.bowhay@gmail.com> | 2022-07-17 19:10:54 +0100 |
commit | b9f1d23cfbb170a4daaaf4042a6b9032ca7a4501 (patch) | |
tree | 5f2489675d8094a557d351e1c4859d7d459ed1f6 /numpy/distutils/fcompiler | |
parent | bdec32181605c8179fd79624d14c1cf019de75af (diff) | |
download | numpy-b9f1d23cfbb170a4daaaf4042a6b9032ca7a4501.tar.gz |
remove unneeded future imports
Diffstat (limited to 'numpy/distutils/fcompiler')
-rw-r--r-- | numpy/distutils/fcompiler/arm.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/distutils/fcompiler/arm.py b/numpy/distutils/fcompiler/arm.py index bc491d947..3eb7e9af9 100644 --- a/numpy/distutils/fcompiler/arm.py +++ b/numpy/distutils/fcompiler/arm.py @@ -1,5 +1,3 @@ -from __future__ import division, absolute_import, print_function - import sys from numpy.distutils.fcompiler import FCompiler, dummy_fortran_file |