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