mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-24 03:51:52 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# This only exists in 3.11+. See VERSIONS.
|
||||
|
||||
from _typeshed import Self
|
||||
from collections.abc import Coroutine, Generator
|
||||
from types import TracebackType
|
||||
from typing import Any, Coroutine, Generator, TypeVar
|
||||
from typing import Any, TypeVar
|
||||
|
||||
from .tasks import Task
|
||||
|
||||
|
||||
Reference in New Issue
Block a user