Skip to content

Commit 3984e68

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/kernelbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
import psutil
3838
import zmq
39-
from anyio import TASK_STATUS_IGNORED, Event, create_task_group, sleep, to_thread
39+
from anyio import TASK_STATUS_IGNORED, create_task_group, sleep, to_thread
4040
from anyio.abc import TaskStatus
4141
from IPython.core.error import StdinNotImplementedError
4242
from jupyter_client.session import Session

0 commit comments

Comments
 (0)