Skip to content

Commit

Permalink
remove unneded ccode
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Dec 19, 2024
1 parent 58db5e9 commit ee859b3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/subtitles_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,3 @@ def test_write_dubbed(self):
"Sóc de Barcelona.",
"",
]

def _get_srt(self):
return [
"1",
"00:00:01,262 --> 00:00:03,945",
"Bon dia, el meu nom és Jordi Mas.",
"",
"2",
"00:00:05,245 --> 00:00:06,629",
"Sóc de Barcelona.",
"",
]

0 comments on commit ee859b3

Please sign in to comment.