Skip to content

Commit bdc05b1

Browse files
Update poster type hint to include "None"
1 parent c9661d8 commit bdc05b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simplejustwatchapi/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class MediaEntry(NamedTuple):
116116
release_date: str
117117
genres: list[str]
118118
imdb_id: str | None
119-
poster: str
119+
poster: str | None
120120
backdrops: list[str]
121121
offers: list[Offer]
122122

0 commit comments

Comments
 (0)