Remove duplicate get_command_info in MuxCommand base. Resolves #2164

This commit is contained in:
Griatch 2020-07-18 19:40:02 +02:00
parent 006e8aeee8
commit 100fc7b5bf

View file

@ -202,12 +202,6 @@ class MuxCommand(Command):
else:
self.character = None
def get_command_info(self):
"""
Update of parent class's get_command_info() for MuxCommand.
"""
self.get_command_info()
def get_command_info(self):
"""
Update of parent class's get_command_info() for MuxCommand.