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 b3a20f8 commit c082f63Copy full SHA for c082f63
1 file changed
trio/_core/_run.py
@@ -51,7 +51,7 @@
51
52
_NO_SEND: FinalT = object()
53
54
-FnT = TypeVar("FnT", bound=Callable[..., Any])
+FnT = TypeVar("FnT", bound="Callable[..., Any]")
55
56
# Decorator to mark methods public. This does nothing by itself, but
57
# trio/_tools/gen_exports.py looks for it.
0 commit comments