Skip to content

Commit c369247

Browse files
committed
Fix control channel copy/paste error.
1 parent c4d2414 commit c369247

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyter_client/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def start_channels(self, shell=True, iopub=True, stdin=True, hb=True, control=Tr
118118
self.hb_channel.start()
119119
if control:
120120
self.control_channel.start()
121-
self.kernel_info()
122121

123122
def stop_channels(self):
124123
"""Stops all the running channels for this kernel.

0 commit comments

Comments
 (0)