Fix trailing whitespace

This commit is contained in:
Piero Toffanin 2023-10-30 00:35:40 -04:00
parent 3fd2abc1f9
commit c9592a236a

View file

@ -20,7 +20,7 @@ def load_detector(langcodes = ()):
except Exception:
print(f"{lc} is not supported by lingua")
pass # Not supported
return linguars.LanguageDetector(languages=languages)