Fix pylint trailing whitespaces issues in vcpe python scripts
[integration.git] / test / vcpe / get_info.py
index 71efd18..f86cfb2 100755 (executable)
@@ -18,8 +18,3 @@ vcpecommon = VcpeCommon(cfg_file=args.config)
 nodes=['brg', 'bng', 'mux', 'dhcp']
 hosts = vcpecommon.get_vm_ip(nodes)
 print(json.dumps(hosts, indent=4, sort_keys=True))
-
-
-
-
-