Skip to content

Commit 05ecac1

Browse files
committed
Remove unused import
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
1 parent d3b5ad9 commit 05ecac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stdlib/asyncio/coroutines.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22
from collections.abc import Awaitable, Callable, Coroutine
3-
from typing import Any, ParamSpec, TypeGuard, TypeVar, overload
3+
from typing import Any, ParamSpec, TypeVar, overload
44
from typing_extensions import TypeIs, deprecated
55

66
# Keep asyncio.__all__ updated with any changes to __all__ here

0 commit comments

Comments
 (0)