mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
chg: fix: lint issues
This commit is contained in:
parent
31a38d0861
commit
eaa09aba3b
@ -140,7 +140,9 @@ class TheMovieDatabase(Provider):
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_best_image(self, item: dict[str, Any], lng: Language, key: str) -> list[dict]:
|
def get_best_image(
|
||||||
|
self, item: dict[str, Any], lng: Language, key: str
|
||||||
|
) -> list[dict]:
|
||||||
"""
|
"""
|
||||||
Retrieves the best available images for a item based on localization.
|
Retrieves the best available images for a item based on localization.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user