Skip to content

Commit

Permalink
Update test_text_vec_rep_paraphrase_lxml.py
Browse files Browse the repository at this point in the history
Removed if __main__ == "__name__": statement
  • Loading branch information
adoo100 authored Dec 3, 2024
1 parent afa6490 commit b1c2b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/operators/test_text_vec_rep_paraphrase_lxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ def test_large_text(self):
self.assertTrue(all(isinstance(num, (float, int)) for num in result))


if __name__ == "__main__":
unittest.main()

unittest.main()

0 comments on commit b1c2b30

Please sign in to comment.