Skip to content

Commit 54671ea

Browse files
Backend: Auto format
1 parent ae8de81 commit 54671ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hstest/common/process_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import threading
44
import weakref
55
from concurrent.futures import ThreadPoolExecutor
6-
from concurrent.futures.thread import _worker, _threads_queues
6+
from concurrent.futures.thread import _threads_queues, _worker
77
from typing import TYPE_CHECKING
88

99
if TYPE_CHECKING:

0 commit comments

Comments
 (0)