format files

This commit is contained in:
maxDorninger
2025-06-24 19:32:21 +02:00
parent c2f89d9a90
commit 02807af6e9
14 changed files with 63 additions and 80 deletions

View File

@@ -25,7 +25,6 @@ class AbstractMetadataProvider(ABC):
def get_movie_metadata(self, id: int = None) -> Movie:
raise NotImplementedError()
@abstractmethod
def search_show(
self, query: str | None = None
@@ -56,6 +55,7 @@ class AbstractMetadataProvider(ABC):
"""
raise NotImplementedError()
metadata_providers = {}