diff --git a/scanner/providers/implementations/themoviedatabase.py b/scanner/providers/implementations/themoviedatabase.py index 227298d8..4fe86346 100644 --- a/scanner/providers/implementations/themoviedatabase.py +++ b/scanner/providers/implementations/themoviedatabase.py @@ -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.