mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
FIXUP: Fix a lint
This commit is contained in:
parent
30b4f24d77
commit
6fd0f925a8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import sys
|
||||||
try:
|
try:
|
||||||
from . import vendor # type: ignore [attr-defined]
|
from . import vendor # type: ignore [attr-defined]
|
||||||
|
|
||||||
vendor_path = vendor.__path__[0]
|
vendor_path = vendor.__path__[0]
|
||||||
print(f"Using vendored PyMuPDF libraries from '{vendor_path}'")
|
print(f"Using vendored PyMuPDF libraries from '{vendor_path}'")
|
||||||
sys.path.insert(0, vendor_path)
|
sys.path.insert(0, vendor_path)
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Loading…
Reference in a new issue