mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-25 04:16:44 +08:00
Add __all__ for asyncio.unix_events & asyncio.taskgroups, and simplify asyncio.__init__ (#7343)
This commit is contained in:
@@ -6,6 +6,8 @@ from typing import Any, Coroutine, Generator, TypeVar
|
||||
|
||||
from .tasks import Task
|
||||
|
||||
__all__ = ["TaskGroup"]
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
class TaskGroup:
|
||||
|
||||
Reference in New Issue
Block a user