Remove unused imports in vcpe python scripts
[integration.git] / test / vcpe / sdcutils.py
index a6f6a50..db0229d 100755 (executable)
@@ -1,10 +1,9 @@
 #!/usr/bin/env python
 
-import sys
 import logging
 import requests
 import json
-from vcpecommon import *
+from vcpecommon import * # pylint: disable=W0614
 
 
 class SdcUtils: