mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 05:12:54 +00:00 
			
		
		
		
	Silence unjust pylint warnings
This commit is contained in:
		@@ -16,6 +16,7 @@ def cenator(history):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class TestCommands(TerminalCommands):
 | 
					class TestCommands(TerminalCommands):
 | 
				
			||||||
 | 
					    # pylint: disable=unused-argument, attribute-defined-outside-init, no-self-use
 | 
				
			||||||
    def command_selectdir(self, *args):
 | 
					    def command_selectdir(self, *args):
 | 
				
			||||||
        TFWServerConnector().send_to_eventhandler({'key': 'webide',
 | 
					        TFWServerConnector().send_to_eventhandler({'key': 'webide',
 | 
				
			||||||
                                                   'data': {'command': 'selectdir',
 | 
					                                                   'data': {'command': 'selectdir',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user