get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / DeleteNetworkType.py
index a02f6e0..1a0539e 100644 (file)
@@ -22,7 +22,7 @@ class DeleteNetworkType(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
-    
+
 
     def call(self, auth, name):
         network_types = NetworkTypes(self.api, [name])