Skip to content

Commit 34d9bd1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/kernelbase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
import queue
1212
import sys
1313
import threading
14-
from threading import Thread
1514
import time
1615
import typing as t
1716
import uuid
1817
import warnings
1918
from datetime import datetime
2019
from signal import SIGINT, SIGTERM, Signals
20+
from threading import Thread
2121

2222
from .thread import CONTROL_THREAD_NAME
2323

0 commit comments

Comments
 (0)