Skip to content

Commit 117a295

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a2f2ae8 commit 117a295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ipykernel/kernelapp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,12 +734,12 @@ def start(self) -> None:
734734
"""Start the application."""
735735
if self.subapp is not None:
736736
self.subapp.start()
737-
return None
737+
return
738738
if self.poller is not None:
739739
self.poller.start()
740740
backend = "trio" if self.trio_loop else "asyncio"
741741
run(self.main, backend=backend)
742-
return None
742+
return
743743

744744
async def _wait_to_enter_eventloop(self):
745745
await self.kernel._eventloop_set.wait()

0 commit comments

Comments
 (0)