FIXUP: Remove stale method from dummy provider

This commit is contained in:
Alex Pyrgiotis 2024-03-28 12:43:38 +02:00
parent 981056192c
commit cd4e5d2136
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -68,11 +68,6 @@ class Dummy(IsolationProvider):
if document.archive_after_conversion:
document.archive()
def pixels_to_pdf(
self, document: Document, tempdir: str, ocr_lang: Optional[str]
) -> None:
pass
def start_doc_to_pixels_proc(self, document: Document) -> subprocess.Popen:
dummy_cmd = ["python3", "-c", "print('The cake is a lie')"]
return subprocess.Popen(