summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-09-08 20:24:49 +0300
committermattip <matti.picus@gmail.com>2018-09-09 07:50:32 +0300
commit5e3412dfc139b733b136c2c3b508eb7bf7b8ec10 (patch)
treedab86a588ae34b5e706ac8a5f128c6ba8684e89e /numpy/distutils/command
parent1b400ea346db432a20994b9848a88a5f42567263 (diff)
downloadnumpy-5e3412dfc139b733b136c2c3b508eb7bf7b8ec10.tar.gz
MAINT: remove redundant imports
Diffstat (limited to 'numpy/distutils/command')
-rw-r--r--numpy/distutils/command/config.py1
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: