We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d94cb5 commit 98c1100Copy full SHA for 98c1100
src/trio/_threads.py
@@ -6,7 +6,7 @@
6
import queue as stdlib_queue
7
import threading
8
from itertools import count
9
-from typing import TYPE_CHECKING, Generic, TypeVar, Protocol, Final, NoReturn
+from typing import TYPE_CHECKING, Final, Generic, NoReturn, Protocol, TypeVar
10
11
import attrs
12
import outcome
0 commit comments