Skip to content

Commit

Permalink
set parent header (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdchang authored Nov 17, 2023
1 parent afabb8d commit 8723fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contexts/toolsets/mira_model_toolset.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ async def stratify_request(self, server, target_stream, data):
self.context.kernel.send_response(
"iopub", "stratify_response", content, parent_header=message.header
)
await self.send_mira_preview_message(parent_header=message.parent_header)
await self.send_mira_preview_message(parent_header=message.header)


async def reset_request(self, server, target_stream, data):
Expand All @@ -357,4 +357,4 @@ async def reset_request(self, server, target_stream, data):
self.context.kernel.send_response(
"iopub", "reset_response", content, parent_header=message.header
)
await self.send_mira_preview_message(parent_header=message.parent_header)
await self.send_mira_preview_message(parent_header=message.header)

0 comments on commit 8723fa0

Please sign in to comment.