aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/vcpe.py
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-04 14:01:02 +0100
committerMarco Platania <platania@research.att.com>2020-03-04 14:06:04 +0000
commitbe1067b70c76b71c213a5ebbde52d6f7f74abc2d (patch)
tree440395825ad092a65888499e3ca1eec81cc7476a /test/vcpe/vcpe.py
parent3bb78c3ee86a5d555d78135fde6b9bab3753a95e (diff)
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 <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'test/vcpe/vcpe.py')
-rwxr-xr-xtest/vcpe/vcpe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vcpe/vcpe.py b/test/vcpe/vcpe.py
index b1540780d..fc853ae35 100755
--- a/test/vcpe/vcpe.py
+++ b/test/vcpe/vcpe.py
@@ -4,7 +4,7 @@ import logging
logging.basicConfig(level=logging.INFO, format='%(asctime)s %(levelname)s %(name)s.%(funcName)s(): %(message)s')
import sys
-from vcpecommon import *
+from vcpecommon import * # pylint: disable=W0614
import sdcutils
import soutils
from datetime import datetime