Skip to content

Commit

Permalink
FIXUP: Fix the dummy provider
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Oct 2, 2024
1 parent 649b25a commit 2331277
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dangerzone/isolation_provider/dummy.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
import logging
import os
import shutil
import subprocess
import sys
import time
from typing import Callable, Optional

from ..conversion.common import DangerzoneConverter
from ..document import Document
from ..util import get_resource_path
from .base import IsolationProvider

log = logging.getLogger(__name__)


def dummy_script() -> None:
sys.stdin.read()

sys.stdin.buffer.read()
pages = 2
width = height = 9
DangerzoneConverter._write_int(pages)
Expand Down

0 comments on commit 2331277

Please sign in to comment.