Skip to content

Commit 2b8790a

Browse files
committed
remove unnecessary whitespace
1 parent a877478 commit 2b8790a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyter_client/manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ async def _async_shutdown_kernel(self, now: bool = False, restart: bool = False)
485485

486486
await ensure_async(self.cleanup_resources(restart=restart))
487487

488-
489488
shutdown_kernel = run_sync(_async_shutdown_kernel)
490489

491490
async def _async_restart_kernel(self, now: bool = False, newports: bool = False, **kw) -> None:

0 commit comments

Comments
 (0)