mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
FIXUP: Remove stale method from dummy provider
This commit is contained in:
parent
981056192c
commit
cd4e5d2136
1 changed files with 0 additions and 5 deletions
|
@ -68,11 +68,6 @@ class Dummy(IsolationProvider):
|
||||||
if document.archive_after_conversion:
|
if document.archive_after_conversion:
|
||||||
document.archive()
|
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:
|
def start_doc_to_pixels_proc(self, document: Document) -> subprocess.Popen:
|
||||||
dummy_cmd = ["python3", "-c", "print('The cake is a lie')"]
|
dummy_cmd = ["python3", "-c", "print('The cake is a lie')"]
|
||||||
return subprocess.Popen(
|
return subprocess.Popen(
|
||||||
|
|
Loading…
Reference in a new issue