Remove unused imports in vcpe python scripts
[integration.git] / test / vcpe / vcpe_custom_service.py
index b3a26d1..973cd27 100755 (executable)
@@ -2,8 +2,7 @@
 
 import os
 import requests
-import time
-from vcpecommon import *
+from vcpecommon import * # pylint: disable=W0614
 from datetime import datetime
 import soutils
 import logging