Update type for _default_fuzzy_match

This commit is contained in:
Adriane Boyd 2022-11-14 14:18:02 +01:00
parent 7d10609fe5
commit a1f87dc7a5

View File

@ -53,4 +53,4 @@ class Matcher:
) -> List[Span]: ...
def _normalize_key(self, key: Any) -> Any: ...
def fuzzy_match(s1: str, s2: str, fuzzy: int=-1) -> bool: ...
def _default_fuzzy_match(s1: str, s2: str, fuzzy: int=-1) -> bool: ...