Skip to content

Commit

Permalink
remove unused require()
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Nov 2, 2023
1 parent c7bb8f8 commit 4d9fad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/python/pdfjs.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# NOTE canvas must be the build pdfjs is linked against, otherwise it'll fail with type error
pdfjs = javascript.require("pdfjs-dist")
libcanvas = javascript.require("canvas")
jsfs = javascript.require("fs")


def render_pdf(inpath, outdir, scale=4):
Expand Down

0 comments on commit 4d9fad6

Please sign in to comment.