Skip to content

Commit

Permalink
Add new line to make codeclimate happy
Browse files Browse the repository at this point in the history
  • Loading branch information
computermacgyver committed Sep 25, 2024
1 parent 2901ca6 commit 7419078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/main/lib/langid.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,5 @@ def langid(text):
@staticmethod
def test():
FastTextLangidProvider.fasttext_model.get_language("Some text to check")
return True
return True

0 comments on commit 7419078

Please sign in to comment.