Remove superfluous get_command_info line. Resolves #2035
This commit is contained in:
parent
27888fac0b
commit
fea02b73bc
1 changed files with 0 additions and 9 deletions
|
|
@ -401,15 +401,6 @@ class Command(object, metaclass=CommandMeta):
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def get_command_info(self):
|
|
||||||
"""
|
|
||||||
This is the default output of func() if no func() overload is done.
|
|
||||||
Provided here as a separate method so that it can be called for debugging
|
|
||||||
purposes when making commands.
|
|
||||||
|
|
||||||
"""
|
|
||||||
self.get_command_info()
|
|
||||||
|
|
||||||
def get_command_info(self):
|
def get_command_info(self):
|
||||||
"""
|
"""
|
||||||
This is the default output of func() if no func() overload is done.
|
This is the default output of func() if no func() overload is done.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue