Skip to content

Commit d4538d8

Browse files
committed
remove None
1 parent dade1c7 commit d4538d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/yt-dlp/yt_dlp/extractor/common.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class _InfoDict(TypedDict, total=False):
106106
rows: int | None
107107
columns: int | None
108108
playlist_count: int | None
109-
entries: Iterable[_InfoDict] | PagedList | None
109+
entries: Iterable[_InfoDict] | PagedList
110110
requested_formats: Iterable[_InfoDict]
111111
# deprecated fields:
112112
composer: Incomplete

0 commit comments

Comments
 (0)