Skip to content

Commit 5602f43

Browse files
echarlesCarreau
authored andcommitted
remove uneeded code
1 parent b458615 commit 5602f43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ipykernel/kernelbase.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,6 @@ async def debug_request(self, stream, ident, parent):
857857
if inspect.isawaitable(reply_content):
858858
reply_content = await reply_content
859859
reply_content = json_clean(reply_content)
860-
reply_content['hello'] = 'hello'
861860
reply_msg = self.session.send(stream, 'debug_reply', reply_content,
862861
parent, ident)
863862
self.log.debug("%s", reply_msg)

0 commit comments

Comments
 (0)