diff --git a/app/main/lib/langid.py b/app/main/lib/langid.py index e624d1b4..e164fa89 100644 --- a/app/main/lib/langid.py +++ b/app/main/lib/langid.py @@ -95,4 +95,5 @@ def langid(text): @staticmethod def test(): FastTextLangidProvider.fasttext_model.get_language("Some text to check") - return True \ No newline at end of file + return True + \ No newline at end of file