mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 02:57:14 +08:00
Third-party stubs: import from collections.abc where possible (#7637)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Hashable, Iterable
|
||||
from collections.abc import Hashable, Iterable
|
||||
|
||||
def eval(a: Iterable[Hashable], b: Iterable[Hashable]) -> int: ...
|
||||
def distance(a: Iterable[Hashable], b: Iterable[Hashable]) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user