Skip to content

Commit 8fb7d1d

Browse files
committed
Return type should not be string literal
1 parent bf32ce5 commit 8fb7d1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

av/subtitles/subtitle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def create(
4444
end: int,
4545
pts: int = 0,
4646
subtitle_format: int = 1,
47-
) -> "SubtitleSet":
47+
) -> SubtitleSet:
4848
"""
4949
Create a SubtitleSet for encoding.
5050

0 commit comments

Comments
 (0)