mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
enable mypy_test for python 3.10 (#5341)
* enable mypy_test for python 3.10 * avoid collections.Mapping and collections.MutableMapping, import from typing
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
from collections import MutableMapping
|
||||
from typing import Any, NoReturn, TypeVar
|
||||
from typing import Any, MutableMapping, NoReturn, TypeVar
|
||||
|
||||
_KT = TypeVar("_KT")
|
||||
_VT = TypeVar("_VT")
|
||||
|
||||
Reference in New Issue
Block a user