From eaa09aba3b5874ddf03e8fa3a9ebff937eab5061 Mon Sep 17 00:00:00 2001 From: Felipe Marinho Date: Fri, 15 Nov 2024 10:59:36 -0300 Subject: [PATCH] chg: fix: lint issues --- scanner/providers/implementations/themoviedatabase.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.