diff options
author | default-303 <ajayds2001@gmail.com> | 2021-05-24 16:50:17 +0530 |
---|---|---|
committer | default-303 <ajayds2001@gmail.com> | 2021-05-24 16:50:17 +0530 |
commit | ca53c09c9a3b0c3eed59d4b0a0313fd5f76793fd (patch) | |
tree | 398a39a5207040414c2a9b564ae7e94fcbcaa156 /numpy/distutils/fcompiler | |
parent | 3dcd9248d1f77cd2b0f97a5e9adb8e3cdcb3421f (diff) | |
download | numpy-ca53c09c9a3b0c3eed59d4b0a0313fd5f76793fd.tar.gz |
MAINT: removed unused imports listed in LGTM
Diffstat (limited to 'numpy/distutils/fcompiler')
-rw-r--r-- | numpy/distutils/fcompiler/nv.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/distutils/fcompiler/nv.py b/numpy/distutils/fcompiler/nv.py index 8e9f16835..212f34806 100644 --- a/numpy/distutils/fcompiler/nv.py +++ b/numpy/distutils/fcompiler/nv.py @@ -1,5 +1,3 @@ -import sys - from numpy.distutils.fcompiler import FCompiler compilers = ['NVHPCFCompiler'] |