- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / GetSessions.py
index e80fb50..5e84017 100644 (file)
@@ -16,7 +16,7 @@ class GetSessions(Method):
     filter will be returned. If return_fields is specified, only the
     specified details will be returned.
 
-    
+
     """
 
     roles = ['admin']
@@ -29,9 +29,9 @@ class GetSessions(Method):
         ]
 
     returns = [Session.fields]
-    
+
     def call(self, auth, session_filter = None):
 
         sessions = Sessions(self.api, session_filter)
-       
-       return sessions
+
+        return sessions