We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf32ce5 commit 8fb7d1dCopy full SHA for 8fb7d1d
1 file changed
av/subtitles/subtitle.py
@@ -44,7 +44,7 @@ def create(
44
end: int,
45
pts: int = 0,
46
subtitle_format: int = 1,
47
- ) -> "SubtitleSet":
+ ) -> SubtitleSet:
48
"""
49
Create a SubtitleSet for encoding.
50
0 commit comments