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

Commit

Permalink
Merge pull request #30 from ItsDrike/hotfix-oops
Browse files Browse the repository at this point in the history
🚑 Oops - inverted position of decorators
  • Loading branch information
Paillat-dev authored Jul 21, 2024
2 parents 1e42dc5 + 17f1c05 commit 40f4c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tvdb/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def id(self) -> int:
def id(self, value: int | str) -> None: # pyright: ignore[reportPropertyTypeMismatch]
self._id = parse_media_id(value)

@abstractmethod
@classmethod
@abstractmethod
async def fetch(cls, media_id: int | str, *, client: "TvdbClient", extended: bool = False) -> "_Media": ...


Expand Down

0 comments on commit 40f4c0f

Please sign in to comment.