Remove unused imports in vcpe python scripts
[integration.git] / test / vcpe / get_info.py
index 62e428a..71efd18 100755 (executable)
@@ -1,16 +1,8 @@
 #!/usr/bin/env python
 
-import time
 import logging
 import json
-import mysql.connector
-import ipaddress
-import re
-import sys
-import base64
-from vcpecommon import *
-import preload
-import vcpe_custom_service
+from vcpecommon import * # pylint: disable=W0614
 import argparse
 
 # Run the script with [-h|--help] to get usage info