mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Simplify MainPrompt.emptyline.
This commit is contained in:
parent
b49bca3279
commit
8f8b2aa22f
@ -22,9 +22,7 @@ class MainPrompt(cmd.Cmd):
|
||||
# overrides the default Prompt
|
||||
self.prompt = f"Crafty Controller v{self.helper.get_version_string()} > "
|
||||
|
||||
# see MR !233 for pylint exemptino reason
|
||||
@staticmethod
|
||||
def emptyline(): # pylint: disable=arguments-differ
|
||||
def emptyline(self):
|
||||
pass
|
||||
|
||||
def do_exit(self, _line):
|
||||
|
Loading…
Reference in New Issue
Block a user