Skip to content

Commit 9515620

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

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
@@ -292,7 +292,7 @@ def __init__(self, **kwargs):
292292
self._do_exec_accepted_params = _accepts_parameters(
293293
self.do_execute, ["cell_meta", "cell_id"]
294294
)
295-
295+
296296
def _publish_status_and_flush(self, status, channel, stream):
297297
self._publish_status(status, channel)
298298
# flush to ensure reply is sent before

0 commit comments

Comments
 (0)