- simplify role validation
[plcapi.git] / PLC / Methods / GetBootStates.py
index 1afa53b..85540ff 100644 (file)
@@ -16,6 +16,7 @@ class GetBootStates(Method):
         ]
 
     returns = [BootState.fields['boot_state']]
+    
 
     def call(self, auth):
         return [boot_state['boot_state'] for boot_state in BootStates(self.api)]