mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Review: open is not a coroutine
This commit is contained in:
parent
7a3ae6e4a4
commit
9770ef7760
@ -312,7 +312,6 @@ class ZMQChannelsHandler(AuthenticatedZMQStreamHandler):
|
||||
yield stale_handler.close()
|
||||
self._open_sessions[self.session_key] = self
|
||||
|
||||
@gen.coroutine
|
||||
def open(self, kernel_id):
|
||||
super().open()
|
||||
km = self.kernel_manager
|
||||
|
Loading…
Reference in New Issue
Block a user