Silence unjust pylint warnings

This commit is contained in:
Kristóf Tóth 2018-04-18 20:45:17 +02:00
parent bceaa41f4b
commit f79235fe22
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ def cenator(history):
class TestCommands(TerminalCommands):
# pylint: disable=unused-argument, attribute-defined-outside-init, no-self-use
def command_selectdir(self, *args):
TFWServerConnector().send_to_eventhandler({'key': 'webide',
'data': {'command': 'selectdir',