Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Dec 19, 2024
1 parent 926568f commit bf24138
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion open_dubbing/subtitles.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def write(self, *, utterance_metadata, directory, filename, translated):

with open(srt_file_path, "w", encoding="utf-8") as subtitles_file:
for i, utterance in enumerate(utterance_metadata):
# Convert start and end times to the proper format
start_time = self.format_srt_time(utterance["start"])
end_time = self.format_srt_time(utterance["end"])

Expand Down

0 comments on commit bf24138

Please sign in to comment.