Remove unused vars

This commit is contained in:
Florian Bruhin 2023-12-01 23:32:07 +01:00
parent eabbdb8ea3
commit a2c74ec1bf
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ class TestPDFJSVersion:
def test_real_file(self, data_tmpdir):
"""Test against the real file if pdfjs was found."""
try:
pdfjs_file, file_path = pdfjs.get_pdfjs_res_and_path(
pdfjs.get_pdfjs_res_and_path(
str(pathlib.Path("build") / pdfjs.get_pdfjs_basename())
)
except pdfjs.PDFJSNotFound: