Small clean-up of the session classes

This commit is contained in:
Lonami Exo
2018-03-03 12:51:35 +01:00
parent 1e420f7f91
commit a9c83250a1
3 changed files with 26 additions and 29 deletions

View File

@@ -91,12 +91,11 @@ class Session(ABC):
raise NotImplementedError
@classmethod
@abstractmethod
def list_sessions(cls):
"""
Lists available sessions. Not used by the library itself.
"""
raise NotImplementedError
return []
@abstractmethod
def process_entities(self, tlo):