Skip to content

Commit

Permalink
fixup! Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Jun 11, 2024
1 parent 5a17f90 commit c69feba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dangerzone/isolation_provider/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from ..document import Document
from ..util import get_tmp_dir # NOQA : required for mocking in our tests.
from ..util import get_resource_path, get_subprocess_startupinfo
from .base import IsolationProvider

# Define startupinfo for subprocesses
if platform.system() == "Windows":
Expand Down

0 comments on commit c69feba

Please sign in to comment.