Skip to content

Commit c217f9d

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ipykernel/kernelapp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,9 +715,10 @@ async def main(self, backend: str):
715715
policy = asyncio.get_event_loop_policy()
716716
if policy.__class__.__name__ == "WindowsProactorEventLoopPolicy":
717717
from anyio._core._asyncio_selector_thread import get_selector
718+
718719
selector = get_selector()
719720
selector._thread.pydev_do_not_trace = True
720-
#selector._thread.is_pydev_daemon_thread = True
721+
# selector._thread.is_pydev_daemon_thread = True
721722

722723
async with create_task_group() as tg:
723724
tg.start_soon(self._wait_to_enter_eventloop)

0 commit comments

Comments
 (0)