Skip to content

Commit

Permalink
refactor: clean unused line (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Sep 18, 2023
1 parent 75561b6 commit ef1c103
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_language_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def test_in_target_language() -> None:
== in_target_language(text, lang=langs)
== 1.0
)
in_target_language("It was a true gift", lang=("en", "de"))


def test_main_language():
Expand Down

0 comments on commit ef1c103

Please sign in to comment.