Skip to content

Commit

Permalink
Small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Dec 8, 2023
1 parent 3caa223 commit 608a89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/ttconv/isd.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def _make_absolute(

return (begin_time, end_time)

def _region_always_has_background(region: typing.Type[model.Region]):
def _region_always_has_background(region: typing.Type[model.Region]) -> bool:

if region.get_style(styles.StyleProperties.Opacity) == 0:
return False
Expand Down

0 comments on commit 608a89c

Please sign in to comment.