diff --git a/pytools/log.py b/pytools/log.py
index 6cb15ecf5ef1e130b57bf6e0e5ce358181abc2ef..33863dc4d0c72d42f4a281aec4cf0cf6bf63fb8c 100644
--- a/pytools/log.py
+++ b/pytools/log.py
@@ -5,4 +5,4 @@ warn("pytools.log was moved to https://github.com/illinois-ceesd/logpyle/. "
         "'pip install logpyle', and change your imports from 'pytools.log' "
         "to 'logpyle'.", DeprecationWarning)
 
-from logpyle import *  # noqa
+from logpyle import *  # noqa  # pylint: disable=import-error