From 2745dbd124528ea6bb6071ffac5b542bbe13c8bb Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 17 Mar 2021 23:14:22 +0200 Subject: [PATCH] PyLint fix --- platformio/compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/compat.py b/platformio/compat.py index 95bbd5df..97cfb8d3 100644 --- a/platformio/compat.py +++ b/platformio/compat.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# pylint: disable=unused-import +# pylint: disable=unused-import,no-name-in-module import inspect import locale