Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
fix docstring type
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Jan 29, 2024
1 parent b4bbabc commit f1d6825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/tmdb_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_tmdb_id_from_external_id(external_id, database, item_type):
Parameters
----------
external_id : str
external_id : Union[int, str]
External ID to convert.
database : str
Database to search. Must be one of 'imdb' or 'tvdb'.
Expand Down

0 comments on commit f1d6825

Please sign in to comment.