Skip to content

Commit b14b764

Browse files
committed
fix imports
1 parent b6d1983 commit b14b764

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib/asyncio/coroutines.pyi

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import types
2-
from typing import Any, Callable, Coroutine, TypeVar
2+
from collections.abc import Callable, Coroutine
3+
from typing import Any, TypeVar
34
from typing_extensions import TypeGuard
45

56
_F = TypeVar("_F", bound=Callable[..., Any])

0 commit comments

Comments
 (0)