mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-18 18:05:57 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import sys
|
||||
from _typeshed import FileDescriptor, FileDescriptorLike, Self
|
||||
from abc import ABCMeta, abstractmethod
|
||||
from typing import Any, Mapping, NamedTuple
|
||||
from collections.abc import Mapping
|
||||
from typing import Any, NamedTuple
|
||||
|
||||
_EventMask = int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user