Skip to content

Commit

Permalink
fix return type in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Jan 13, 2025
1 parent ad3bfd8 commit 7c1c6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/otf_api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def add_favorite_studio(self, studio_uuids: list[str] | str) -> list[models.Stud
studios. If a string is provided, it will be converted to a list.
Returns:
None
list[StudioDetail]: The new favorite studios.
"""
if isinstance(studio_uuids, str):
studio_uuids = [studio_uuids]
Expand Down

0 comments on commit 7c1c6de

Please sign in to comment.