Skip to content

Commit

Permalink
notebook and unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
Leky1738 committed Oct 18, 2024
1 parent dacaad9 commit a2f1569
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,4 @@ def _run(
# Ensure only the text (not the full query dictionary)
# is passed to the translation function
text_to_translate = query
return self._translate_text(text_to_translate, to_language)


return self._translate_text(text_to_translate, to_language)

0 comments on commit a2f1569

Please sign in to comment.