Skip to content

Commit

Permalink
The StatusT typevar can't be used here without TVT
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Nov 23, 2023
1 parent 342733c commit e7eb824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trio/_core/_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ async def start(
async_fn: Callable[..., Awaitable[object]],
*args: object,
name: object = None,
) -> StatusT:
) -> Any:
r"""Creates and initializes a child task.
Like :meth:`start_soon`, but blocks until the new task has
Expand Down

0 comments on commit e7eb824

Please sign in to comment.