Skip to content

Commit 5250f80

Browse files
authored
Update ingest_from_query.py
1 parent 70eb824 commit 5250f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitingest/ingest_from_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from fnmatch import fnmatch
33
from typing import Any
4-
from PyPDF2 import PdfReader
4+
from pypdf import PdfReader
55

66
import tiktoken
77

0 commit comments

Comments
 (0)