From 3e83626e5a0b9cac5f8d06ffdb8bd16369cb6374 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 5 Sep 2023 16:18:45 +0300 Subject: Add pylint: disable=W0402 Signed-off-by: Munyoki Kilyungi --- setup_commands/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_commands/run_tests.py b/setup_commands/run_tests.py index e3422fa..37d7ffa 100644 --- a/setup_commands/run_tests.py +++ b/setup_commands/run_tests.py @@ -1,6 +1,6 @@ """Run tests""" import os -from distutils.core import Command +from distutils.core import Command # pylint: disable=W0402 class RunTests(Command): """ -- cgit v1.2.3