From 5a25319af7ac5a137c480a4d39f7aca7f97bad06 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 29 Sep 2020 18:38:20 -0500
Subject: [PATCH] Shut up pylint about import error in pytools.log shim

---
 pytools/log.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pytools/log.py b/pytools/log.py
index 6cb15ec..33863dc 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
-- 
GitLab