Skip to content

Commit dc10089

Browse files
authored
Update stdlib/asyncio/events.pyi
1 parent defca70 commit dc10089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/asyncio/events.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if sys.version_info >= (3, 13, 2):
7373
def __call__(
7474
self,
7575
loop: AbstractEventLoop,
76-
coro: _TaskCompatibleCoro[_T_co],
76+
coro: _TaskCompatibleCoro[_T],
7777
/,
7878
*,
7979
name: str | None = ...,

0 commit comments

Comments
 (0)