- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / DeleteNetworkType.py
index 424628e..db6d0f3 100644 (file)
@@ -24,7 +24,7 @@ class DeleteNetworkType(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
-    
+
 
     def call(self, auth, name):
         network_types = NetworkTypes(self.api, [name])