mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
Fix trailing whitespace
This commit is contained in:
parent
3fd2abc1f9
commit
c9592a236a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def load_detector(langcodes = ()):
|
||||||
except Exception:
|
except Exception:
|
||||||
print(f"{lc} is not supported by lingua")
|
print(f"{lc} is not supported by lingua")
|
||||||
pass # Not supported
|
pass # Not supported
|
||||||
|
|
||||||
return linguars.LanguageDetector(languages=languages)
|
return linguars.LanguageDetector(languages=languages)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue