Skip to content

Commit

Permalink
Fix incorrect type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dseomn committed Sep 24, 2023
1 parent 07ab818 commit 800629c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rock_paper_sand/justwatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def _availability(
content: Any,
*,
relative_url: str,
now: datetime.timedelta,
now: datetime.datetime,
done: multi_level_set.MultiLevelSet,
) -> _Availability:
availability = _Availability(total_episode_count=1)
Expand Down

0 comments on commit 800629c

Please sign in to comment.