Skip to content

Commit 13f07ca

Browse files
authored
_abort_queues is no longer async (#942)
1 parent e177fe0 commit 13f07ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/inprocess/ipkernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def start(self):
8181
"""Override registration of dispatchers for streams."""
8282
self.shell.exit_now = False
8383

84-
async def _abort_queues(self):
84+
def _abort_queues(self):
8585
"""The in-process kernel doesn't abort requests."""
8686
pass
8787

0 commit comments

Comments
 (0)