get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / DeleteKeyType.py
index dc05655..34d4339 100644 (file)
@@ -22,6 +22,7 @@ class DeleteKeyType(Method):
 
     returns = Parameter(int, '1 if successful')
 
+
     def call(self, auth, name):
         key_types = KeyTypes(self.api, [name])
         if not key_types: