refactor: remove useless variable computation
This commit is contained in:
parent
899f167e58
commit
c19d59492a
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ class SRTMerger:
|
|||
count = int(parts[4])
|
||||
if text_start < 1 or time_start < 1 or count < 1:
|
||||
return None
|
||||
text_end = text_start + count - 1
|
||||
# Common checks
|
||||
if time_start < 1 or count < 1:
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue