Skip to content

Commit

Permalink
ℹ Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MrArkon committed Sep 17, 2021
1 parent 76fe19a commit 4d59438
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions kitsu/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ async def get_anime(self,
_id: int,
*, raw: bool = False
) -> Union[Anime, List[Anime], dict]:
"""Get information of an anime by ID
:param _id: Id of the anime
"""
"""Get information of an anime by ID"""
try:
async with self._session.get(
url=f"{BASE}/anime/{_id}",
Expand Down

0 comments on commit 4d59438

Please sign in to comment.