just autopep8'ed refreshpeer
[plcapi.git] / PLC / Methods / DeleteBootState.py
index b7bce21..1bea3db 100644 (file)
@@ -23,6 +23,7 @@ class DeleteBootState(Method):
 
     returns = Parameter(int, '1 if successful')
 
+
     def call(self, auth, name):
         boot_states = BootStates(self.api, [name])
         if not boot_states: