fixes transcoding issue for nodes - local nodes were transcoded to None
[plcapi.git] / PLC / Methods / DeleteNetworkType.py
index c84735f..a02f6e0 100644 (file)
@@ -22,6 +22,7 @@ class DeleteNetworkType(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
+    
 
     def call(self, auth, name):
         network_types = NetworkTypes(self.api, [name])