mirror of
https://github.com/SickGear/SickGear.git
synced 2025-02-16 20:15:01 +00:00
Removes Levenshtein requirement with direct use of rapidfuzz instead Fallback to old fuzzywuzzy for pure python implementation
3 lines
98 B
Python
3 lines
98 B
Python
|
|
def ascii_only(s: str) -> str: ...
|
|
def full_process(s: str, force_ascii: bool = ...) -> str: ...
|