Skip to content

Commit 5742596

Browse files
authored
Update ipykernel/kernelbase.py
1 parent af08039 commit 5742596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/kernelbase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ async def shutdown_request(self, socket, ident, parent):
10121012

10131013
self.stop()
10141014

1015-
async def do_shutdown(self, restart):
1015+
def do_shutdown(self, restart):
10161016
"""Override in subclasses to do things when the frontend shuts down the
10171017
kernel.
10181018
"""

0 commit comments

Comments
 (0)