Support every format in NoOpBackend

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Christoph Auer 2025-06-23 13:19:25 +02:00
parent d54cea02b9
commit 26addcf946

View File

@ -48,4 +48,4 @@ class NoOpBackend(AbstractDocumentBackend):
@classmethod
def supported_formats(cls) -> Set[InputFormat]:
return {InputFormat.AUDIO}
return set(InputFormat)