Skip to content

Commit 64e1c2a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent aaa7280 commit 64e1c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/kernelbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def _publish_status(self, status, channel, parent=None):
592592
parent=parent or self.get_parent(channel),
593593
ident=self._topic("status"),
594594
)
595-
595+
596596
def _publish_status_and_flush(self, status, channel, stream, parent=None):
597597
"""send status on IOPub and flush specified stream to ensure reply is sent before handling the next reply"""
598598
self._publish_status(status, channel, parent)

0 commit comments

Comments
 (0)