diff options
| author | default-303 <ajayds2001@gmail.com> | 2021-05-25 14:34:30 +0530 |
|---|---|---|
| committer | default-303 <ajayds2001@gmail.com> | 2021-05-25 14:34:30 +0530 |
| commit | b3e54cc7ea0808642829b9aa71fa8e51dcc6050e (patch) | |
| tree | 27eca7729fb620589e416a28076727bd79879158 /numpy/distutils | |
| parent | ca53c09c9a3b0c3eed59d4b0a0313fd5f76793fd (diff) | |
| download | numpy-b3e54cc7ea0808642829b9aa71fa8e51dcc6050e.tar.gz | |
MAINT: removed unused imports listed in LGTM
Diffstat (limited to 'numpy/distutils')
| -rw-r--r-- | numpy/distutils/mingw32ccompiler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/distutils/mingw32ccompiler.py b/numpy/distutils/mingw32ccompiler.py index c1e9937f4..4681d403b 100644 --- a/numpy/distutils/mingw32ccompiler.py +++ b/numpy/distutils/mingw32ccompiler.py @@ -15,6 +15,7 @@ import re import textwrap # Overwrite certain distutils.ccompiler functions: +import numpy.distutils.ccompiler # noqa: F401 from numpy.distutils import log # NT stuff # 1. Make sure libpython<version>.a exists for gcc. If not, build it. |
