Remove duplicate pdf key

This commit is contained in:
Leon Luithlen 2024-11-12 15:58:37 +01:00
parent 7a6cf53292
commit 8107709e98

View file

@ -5,7 +5,6 @@ EXTENSION_TO_DOCUMENT_CLASS = {
"pdf": PdfDocument,
"audio": AudioDocument,
"image": ImageDocument,
"pdf": TextDocument,
"txt": TextDocument
}