Skip to content

Commit 854c5cd

Browse files
CoolCat467jakkdl
andauthored
Update src/trio/_threads.py
Co-authored-by: John Litborn <[email protected]>
1 parent 33f1caa commit 854c5cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/trio/_threads.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@ class ThreadPlaceholder:
146146

147147
# Types for the to_thread_run_sync message loop
148148
@attrs.frozen(eq=False, slots=False)
149-
# Explicit "Any" is not allowed
149+
# Explicit .../"Any" is not allowed
150150
class Run(Generic[RetT]): # type: ignore[misc]
151-
# Explicit "Any" is not allowed
152151
afn: Callable[..., Awaitable[RetT]] # type: ignore[misc]
153152
args: tuple[object, ...]
154153
context: contextvars.Context = attrs.field(

0 commit comments

Comments
 (0)