From a69f66016564cc8f73d045d31f08b80207692baf 2015-01-21 20:33:28 From: Jonathan Frederic Date: 2015-01-21 20:33:28 Subject: [PATCH] Remove superfluous return --- diff --git a/IPython/html/widgets/widget_output.py b/IPython/html/widgets/widget_output.py index a5d4c20..2ceb3a1 100644 --- a/IPython/html/widgets/widget_output.py +++ b/IPython/html/widgets/widget_output.py @@ -52,7 +52,6 @@ class Output(DOMWidget): self.send(msg) else: send(stream, msg_or_type, *args, **kwargs) - return session.send = send_hook