mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
docs: document why get_tmp_dir
is required in the imports
This commit is contained in:
parent
697b1e0d03
commit
d9d9ab91a3
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ from typing import Any, List, Optional
|
|||
|
||||
from ..conversion import errors
|
||||
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 PIXELS_TO_PDF_LOG_END, PIXELS_TO_PDF_LOG_START, IsolationProvider
|
||||
|
||||
|
|
Loading…
Reference in a new issue