From be1067b70c76b71c213a5ebbde52d6f7f74abc2d Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 4 Mar 2020 14:01:02 +0100 Subject: Remove unused imports in vcpe python scripts Unused imports are removed according to pylint report or ignore rules are added where applicable. Change-Id: I8c32b5c3f456f0444f8ec8980910d470b7238a7d Issue-ID: INT-1427 Signed-off-by: Bartek Grzybowski --- test/vcpe/tests/test_imports.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/vcpe/tests/test_imports.py') diff --git a/test/vcpe/tests/test_imports.py b/test/vcpe/tests/test_imports.py index fee8507dc..4587495d4 100644 --- a/test/vcpe/tests/test_imports.py +++ b/test/vcpe/tests/test_imports.py @@ -1,6 +1,7 @@ import sys sys.path.append('./') +# pylint: disable=W0611 import vcpecommon import config_sdnc_so import csar_parser -- cgit 1.2.3-korg