fixed: encodes boolean and double type values for the requests
[plcapi.git] / PLC / Methods / DeleteNetworkType.py
index c84735f..1a0539e 100644 (file)
@@ -23,6 +23,7 @@ class DeleteNetworkType(Method):
 
     returns = Parameter(int, '1 if successful')
 
+
     def call(self, auth, name):
         network_types = NetworkTypes(self.api, [name])
         if not network_types: