mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 22:01:31 +00:00
Remove unnecessary super call
This commit is contained in:
parent
24fd753679
commit
609cd19589
@ -17,9 +17,6 @@ class ZMQWebSocketHandler(WebSocketHandler):
|
|||||||
def on_close(self):
|
def on_close(self):
|
||||||
ZMQWebSocketHandler.instances.remove(self)
|
ZMQWebSocketHandler.instances.remove(self)
|
||||||
|
|
||||||
def __init__(self, application, request, **kwargs):
|
|
||||||
super().__init__(application, request, **kwargs)
|
|
||||||
|
|
||||||
def open(self, *args, **kwargs):
|
def open(self, *args, **kwargs):
|
||||||
log.debug('WebSocket connection initiated')
|
log.debug('WebSocket connection initiated')
|
||||||
self._event_handler_connector.register_callback(self.zmq_callback)
|
self._event_handler_connector.register_callback(self.zmq_callback)
|
||||||
|
Loading…
Reference in New Issue
Block a user