Skip to content

Commit cd5cd12

Browse files
asyncio: fix windows stubs (#3424)
1 parent 603458b commit cd5cd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/3/asyncio/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ else:
9494
open_unix_connection as open_unix_connection,
9595
start_unix_server as start_unix_server,
9696
)
97+
DefaultEventLoopPolicy: Type[AbstractEventLoopPolicy]
9798

9899
if sys.version_info >= (3, 7):
99100
from asyncio.events import (
@@ -113,7 +114,6 @@ if sys.version_info >= (3, 7):
113114
# currently disallows this.
114115
# See https://github.com/python/mypy/issues/1843
115116
SelectorEventLoop: Type[AbstractEventLoop]
116-
DefaultEventLoopPolicy: Type[AbstractEventLoopPolicy]
117117

118118
# TODO: AbstractChildWatcher (UNIX only)
119119

0 commit comments

Comments
 (0)