Skip to content

Commit daaf533

Browse files
Update stdlib/asyncio/taskgroups.pyi
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
1 parent 40f1d9c commit daaf533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/asyncio/taskgroups.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class TaskGroup:
2929
*,
3030
name: str | None = None,
3131
context: Context | None = None,
32-
eager_start: bool | None = False,
32+
eager_start: bool | None = None,
3333
) -> Task[_T]: ...
3434
else:
3535
def create_task(

0 commit comments

Comments
 (0)