- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / GetBootStates.py
index 2e458bb..9105d12 100644 (file)
@@ -18,7 +18,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)]