Skip to content

Commit

Permalink
remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Jan 11, 2022
1 parent c760ca4 commit b27b5c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jupyter_client/multikernelmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ async def _async_shutdown_all(self, now: bool = False) -> None:

shutdown_all = run_sync(_async_shutdown_all)

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

0 comments on commit b27b5c8

Please sign in to comment.