aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/get_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/vcpe/get_info.py')
-rwxr-xr-xtest/vcpe/get_info.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/test/vcpe/get_info.py b/test/vcpe/get_info.py
index 62e428ad0..71efd183c 100755
--- a/test/vcpe/get_info.py
+++ b/test/vcpe/get_info.py
@@ -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