mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-12 23:16:30 +08:00
add asyncio.__all__ (#13038)
This commit is contained in:
@@ -8,6 +8,7 @@ from . import _CoroutineLike
|
||||
from .events import AbstractEventLoop
|
||||
from .tasks import Task
|
||||
|
||||
# Keep asyncio.__all__ updated with any changes to __all__ here
|
||||
if sys.version_info >= (3, 12):
|
||||
__all__ = ("TaskGroup",)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user