Update types

This commit is contained in:
Adriane Boyd 2022-11-29 16:19:58 +01:00
parent 9fc37d4ab4
commit 7a27fa7ac8

View File

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