summaryrefslogtreecommitdiff
path: root/numpy/distutils/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/log.py')
-rw-r--r--numpy/distutils/log.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/distutils/log.py b/numpy/distutils/log.py
index 79eec00a6..a8113b9c6 100644
--- a/numpy/distutils/log.py
+++ b/numpy/distutils/log.py
@@ -1,6 +1,6 @@
-# Colored log, requires Python 2.3 or up.
+# Colored log
import sys
-from distutils.log import *
+from distutils.log import * # noqa: F403
from distutils.log import Log as old_Log
from distutils.log import _global_log