Fix pep8 error
[vfc/gvnfm/vnflcm.git] / lcm / lcm / nf / views / heal_vnf_view.py
index 4c2fad0..b30194d 100644 (file)
@@ -66,7 +66,7 @@ class HealVnfView(APIView):
             probDetail = ProblemDetailsSerializer(data={"status": status.HTTP_409_CONFLICT, "detail": "VNF Instance not in Instantiated State"})\r
             resp_isvalid = probDetail.is_valid()\r
             if not resp_isvalid:\r
-                    raise NFLCMException(probDetail.errors)\r
+                raise NFLCMException(probDetail.errors)\r
             return Response(data=probDetail.data, status=status.HTTP_409_CONFLICT)\r
         except NFLCMException as e:\r
             logger.error(e.message)\r