We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d1983 commit b14b764Copy full SHA for b14b764
stdlib/asyncio/coroutines.pyi
@@ -1,5 +1,6 @@
1
import types
2
-from typing import Any, Callable, Coroutine, TypeVar
+from collections.abc import Callable, Coroutine
3
+from typing import Any, TypeVar
4
from typing_extensions import TypeGuard
5
6
_F = TypeVar("_F", bound=Callable[..., Any])
0 commit comments