merge changes from head
[plcapi.git] / PLC / Methods / DeleteNetworkMethod.py
index aa9e273..d0f982e 100644 (file)
@@ -22,6 +22,7 @@ class DeleteNetworkMethod(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
+   
 
     def call(self, auth, name):
         network_methods = NetworkMethods(self.api, [name])