From 5e3412dfc139b733b136c2c3b508eb7bf7b8ec10 Mon Sep 17 00:00:00 2001 From: mattip Date: Sat, 8 Sep 2018 20:24:49 +0300 Subject: MAINT: remove redundant imports --- numpy/distutils/command/config.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/distutils/command') 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: -- cgit v1.2.1