mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix type issue
This commit is contained in:
parent
e612869027
commit
346750931d
@ -59,9 +59,7 @@ class Provider:
|
|||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
async def identify_season(
|
async def identify_season(self, show_id: str, season_number: int) -> Season:
|
||||||
self, show_id: str, season_number: Optional[int]
|
|
||||||
) -> Season:
|
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user