mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add asyncio.base_futures.__all__ (#7279)
This commit is contained in:
@@ -7,6 +7,11 @@ if sys.version_info >= (3, 7):
|
||||
|
||||
from . import futures
|
||||
|
||||
if sys.version_info >= (3, 7):
|
||||
__all__ = ()
|
||||
else:
|
||||
__all__: list[str] = []
|
||||
|
||||
_PENDING: Literal["PENDING"] # undocumented
|
||||
_CANCELLED: Literal["CANCELLED"] # undocumented
|
||||
_FINISHED: Literal["FINISHED"] # undocumented
|
||||
|
||||
Reference in New Issue
Block a user