mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 12:21:27 +08:00
Bump editdistance to 0.8.* (#11795)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "0.6.*"
|
||||
version = "0.8.*"
|
||||
upstream_repository = "https://github.com/roy-ht/editdistance"
|
||||
|
||||
@@ -2,3 +2,5 @@ from collections.abc import Hashable, Iterable
|
||||
|
||||
def eval(a: Iterable[Hashable], b: Iterable[Hashable]) -> int: ...
|
||||
def distance(a: Iterable[Hashable], b: Iterable[Hashable]) -> int: ...
|
||||
def eval_criterion(a: Iterable[Hashable], b: Iterable[Hashable], thr: int) -> bool: ...
|
||||
def distance_le_than(a: Iterable[Hashable], b: Iterable[Hashable], thr: int) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user