Skip to content

Commit

Permalink
update control channel message type comment
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Oct 25, 2024
1 parent 93fabd2 commit 6299acb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ipykernel/kernelbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ def _parent_header(self):
"is_complete_request",
"interrupt_request",
]
# add deprecated ipyparallel control messages

# control channel accepts all shell messages
# and some of its own
control_msg_types = [
*msg_types,
"debug_request",
Expand Down

0 comments on commit 6299acb

Please sign in to comment.