Skip to content

Commit

Permalink
style: apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet committed Jun 21, 2024
1 parent 396dd55 commit 7eb38e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions everyvoice/tests/test_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,7 @@ def test_basic_g2p(self):
)
# another language
str_g2p = get_g2p_engine("str")
self.assertEqual(
str_g2p("SENĆOŦEN"), ["s", "ʌ", "n", "t͡ʃ", "ɑ", "θ", "ʌ", "n"]
)
self.assertEqual(str_g2p("SENĆOŦEN"), ["s", "ʌ", "n", "t͡ʃ", "ɑ", "θ", "ʌ", "n"])
# test lang_id missing
with self.assertRaises(NotImplementedError):
get_g2p_engine("boop")
Expand Down

0 comments on commit 7eb38e0

Please sign in to comment.