Skip to content

Commit 1566e4a

Browse files
telpiriondandhlee
authored andcommitted
lint
1 parent 4d4ca31 commit 1566e4a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

translation/samples/snippets/hybrid_glossaries/hybrid_tutorial_test.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ def test_translate_glossary():
9090

9191
def test_tts_standard(capsys):
9292
outfile = "resources/test_standard_text.mp3"
93-
textfile = "resources/standard_format.txt"
94-
95-
with open(textfile, "r") as f:
96-
text = f.read()
93+
text = "this is\na test!"
9794

9895
text_to_speech(text, outfile)
9996

translation/samples/snippets/hybrid_glossaries/resources/standard_format.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)