remove simplejson dependency
[plcapi.git] / PLC / Methods / DeleteNetworkMethod.py
index aa9e273..b40442c 100644 (file)
@@ -23,6 +23,7 @@ class DeleteNetworkMethod(Method):
 
     returns = Parameter(int, '1 if successful')
 
+
     def call(self, auth, name):
         network_methods = NetworkMethods(self.api, [name])
         if not network_methods: