mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 05:12:54 +00:00 
			
		
		
		
	Silence unjust pylint warnings
This commit is contained in:
		@@ -9,10 +9,10 @@ LOG = logging.getLogger(__name__)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ZMQWebSocketRouter(WebSocketHandler):
 | 
			
		||||
    # pylint: disable=abstract-method
 | 
			
		||||
    # pylint: disable=abstract-method,attribute-defined-outside-init
 | 
			
		||||
    instances = set()
 | 
			
		||||
 | 
			
		||||
    def initialize(self, **kwargs): # pylint: disable=arguments-differ
 | 
			
		||||
    def initialize(self, **kwargs):
 | 
			
		||||
        self.event_handler_connector = kwargs['event_handler_connector']
 | 
			
		||||
        self.tfw_router = TFWRouter(self.send_to_zmq, self.send_to_websockets)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user