Skip to content

Commit 05d1672

Browse files
committed
removed weird import
1 parent 4d3b88f commit 05d1672

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pdfs/add_comment_page.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
from sys import argv
22
from PyPDF2 import PdfMerger, PdfFileReader
3-
from pip import main
43
import sys
54

6-
75
def add_pages(input_pdf_path: str, template_pdf_path: str):
86
input_pdf = open(input_pdf_path, "rb")
97
page_count: int = PdfFileReader(input_pdf_path).getNumPages()

0 commit comments

Comments
 (0)