Skip to content

Commit

Permalink
FIXUP: Fix a lint
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Oct 8, 2024
1 parent 30b4f24 commit 6fd0f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dangerzone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
try:
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}'")
sys.path.insert(0, vendor_path)
except ImportError:
Expand Down

0 comments on commit 6fd0f92

Please sign in to comment.