diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-09-11 10:40:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 10:40:44 -0500 |
commit | ccaccbcb5d6a5fcbbd60366cb59edd022a8d0c21 (patch) | |
tree | 863c53f43d8d60b208bfd555883e8d852407c01e /numpy/distutils/command | |
parent | b1187f667a2bb5d7a0c519192440a5116a948180 (diff) | |
parent | 5e3412dfc139b733b136c2c3b508eb7bf7b8ec10 (diff) | |
download | numpy-ccaccbcb5d6a5fcbbd60366cb59edd022a8d0c21.tar.gz |
Merge pull request #11909 from mattip/flake8-cleanups
MAINT: flake8 cleanups
Diffstat (limited to 'numpy/distutils/command')
-rw-r--r-- | numpy/distutils/command/config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/distutils/command/config.py b/numpy/distutils/command/config.py index 47bc496cf..74a05e6a8 100644 --- a/numpy/distutils/command/config.py +++ b/numpy/distutils/command/config.py @@ -436,7 +436,6 @@ int main (void) "involving running executable on the target machine.\n" \ "+++++++++++++++++++++++++++++++++++++++++++++++++\n", DeprecationWarning, stacklevel=2) - from distutils.ccompiler import CompileError, LinkError self._check_compiler() exitcode, output = 255, '' try: |