mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-24 17:28:40 +08:00
Third-party stubs: import from collections.abc where possible (#7637)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from _typeshed import SupportsRead, SupportsWrite
|
||||
from collections import OrderedDict
|
||||
from typing import Any, Mapping, overload
|
||||
from collections.abc import Mapping
|
||||
from typing import Any, overload
|
||||
|
||||
class ParsingInterrupted(Exception): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user