Skip to content

Commit c082f63

Browse files
committed
Defer bound eval
1 parent b3a20f8 commit c082f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trio/_core/_run.py

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

5252
_NO_SEND: FinalT = object()
5353

54-
FnT = TypeVar("FnT", bound=Callable[..., Any])
54+
FnT = TypeVar("FnT", bound="Callable[..., Any]")
5555

5656
# Decorator to mark methods public. This does nothing by itself, but
5757
# trio/_tools/gen_exports.py looks for it.

0 commit comments

Comments
 (0)