Support of network slices
[osm/osmclient.git] / osmclient / sol005 / ns.py
index bda7c3e..9d1fe95 100644 (file)
@@ -145,7 +145,6 @@ class Ns(object):
                 for vnf in ns_config["vnf"]:
                     if vnf.get("vim_account"):
                         vnf["vimAccountId"] = get_vim_account_id(vnf.pop("vim_account"))
-
                 ns["vnf"] = ns_config["vnf"]
 
         #print yaml.safe_dump(ns)