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])
|
count = int(parts[4])
|
||||||
if text_start < 1 or time_start < 1 or count < 1:
|
if text_start < 1 or time_start < 1 or count < 1:
|
||||||
return None
|
return None
|
||||||
text_end = text_start + count - 1
|
|
||||||
# Common checks
|
# Common checks
|
||||||
if time_start < 1 or count < 1:
|
if time_start < 1 or count < 1:
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue