Skip to content

Commit 258b5a0

Browse files
authored
Update markdown_to_pdf.py
1 parent d48e806 commit 258b5a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

markdown_to_pdf/markdown_to_pdf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import markdown
22
import pdfkit
33
import sys
4-
import os
54

65
args = sys.argv[1:] # get command line *args
76
assert args, "No file/dir was provided" # raise error is no arg is passed

0 commit comments

Comments
 (0)