mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 04:07:18 +00:00
Silence unjust pylint warnings
This commit is contained in:
parent
bceaa41f4b
commit
f79235fe22
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user