Fix Bug 1910 Enabling stage-test failing by tox results
[osm/RO.git] / NG-RO / osm_ng_ro / ns.py
index 8e2f827..b6524cc 100644 (file)
@@ -1156,7 +1156,7 @@ class Ns(object):
         if item in ("net", "vdu"):
             if vnfr is None:
                 db_record = "nsrs:{}:{}".format(nsr_id, db_path)
-                target_list = indata.get("ns", []).get(db_path, []) 
+                target_list = indata.get("ns", []).get(db_path, [])
                 existing_list = db_nsr.get(db_path, [])
             else:
                 db_record = "vnfrs:{}:{}".format(vnfr_id, db_path)