Fix NS update serializers error
[vfc/nfvo/lcm.git] / lcm / ns / serializers / sol / terminate_ns_serializers.py
index 582ad96..5972483 100644 (file)
@@ -16,4 +16,6 @@ from rest_framework import serializers
 
 
 class TerminateNsReqSerializer(serializers.Serializer):
-    terminationTime = serializers.CharField(help_text="Timestamp indicating the end time of the NS.", required=False)
+    terminationTime = serializers.CharField(
+        help_text="Timestamp indicating the end time of the NS.",
+        required=False)