Skip to content

Commit

Permalink
fix: wrong return type on get_score docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceAesth committed Nov 2, 2024
1 parent 14f49f2 commit 954b93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiosu/v2/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,7 @@ async def get_score(
:raises APIException: Contains status code and error message
:raises RefreshTokenExpiredError: If the client refresh token has expired
:return: Score data object
:rtype: aiosu.models.score.Score
:rtype: Union[aiosu.models.score.Score, aiosu.models.score.LazerScore]
"""
url = f"{self.base_url}/api/v2/scores/{mode}/{legacy_score_id}"
headers = {}
Expand Down

0 comments on commit 954b93d

Please sign in to comment.