Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Apr 5, 2022
1 parent 63a5706 commit 4cc0857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paradoc/io/pdf/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def docx2pdf(docx_file, output_file):
pypandoc.convert_file(
str(docx_file),
"pdf",
extra_args=['--pdf-engine=pdflatex'],
extra_args=["--pdf-engine=pdflatex"],
outputfile=str(output_file),
encoding="utf8",
)

0 comments on commit 4cc0857

Please sign in to comment.