Skip to content

Commit a20be02

Browse files
committed
remove commented out line
1 parent 2d7626c commit a20be02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyter_client/multikernelmanager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ async def _async_shutdown_all(self, now: bool = False) -> None:
326326

327327
shutdown_all = run_sync(_async_shutdown_all)
328328

329-
# @kernel_method
330329
def interrupt_kernel(self, kernel_id: str) -> None:
331330
"""Interrupt (SIGINT) the kernel by its uuid.
332331

0 commit comments

Comments
 (0)