Bug 1830 fixed: maps completed operations to original operation types
[osm/NBI.git] / osm_nbi / html_out.py
index 2d5a929..f591a70 100644 (file)
@@ -197,9 +197,10 @@ def format(data, request, response, toke_info):
             body += '<a href="{}"> show </a>'.format(response.headers["Location"])
         else:
             _id = request.path_info[request.path_info.rfind("/") + 1 :]
-            body += '<a href="/osm/{}?METHOD=DELETE"> <img src="/osm/static/delete.png" height="25" width="25"> </a>'.format(
-                request.path_info
-            )
+            body += (
+                '<a href="/osm/{}?METHOD=DELETE"> '
+                '<img src="/osm/static/delete.png" height="25" width="25"> </a>'
+            ).format(request.path_info)
             if request.path_info.startswith(
                 "/nslcm/v1/ns_instances_content/"
             ) or request.path_info.startswith("/nslcm/v1/ns_instances/"):