Skip to content

Commit 5b1e83e

Browse files
authored
commit
1 parent 031b650 commit 5b1e83e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/dateparser/dateparser/languages/locale.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Locale:
1818
def is_applicable(self, date_string: str, strip_timezone: bool = False, settings: Settings | None = None) -> bool: ...
1919
def count_applicability(self, text: str, strip_timezone: bool = False, settings: Settings | None = None) -> list[int]: ...
2020
@staticmethod
21-
def clean_dictionary(dictionary: Mapping[_K, _V], threshold: int = 2) -> Mapping[_K, _V]: ...
21+
def clean_dictionary(dictionary: Mapping[_K, _V], threshold: int = 2) -> Mapping[_K, _V]: ... # type: ignore[type-var]
2222
def translate(self, date_string: str, keep_formatting: bool = False, settings: Settings | None = None) -> str: ...
2323
def translate_search(self, search_string: str, settings: Settings | None = None) -> tuple[list[str], list[str]]: ...
2424
def get_wordchars_for_detection(self, settings: Settings) -> set[str]: ...

0 commit comments

Comments
 (0)