Skip to content

Commit 60dd93b

Browse files
Tweak MediaEntry type hints
1 parent ad842c5 commit 60dd93b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simplejustwatchpythonapi/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class MediaEntry(NamedTuple):
2525
release_year: int
2626
release_date: str
2727
genres: list[str]
28-
imdb_id: str
28+
imdb_id: str | None
2929
poster: str
3030
backdrops: list[str]
3131
offers: list[Offer]

0 commit comments

Comments
 (0)