Skip to content

Commit 37dd6e9

Browse files
update reqs
Co-Authored-By: Matteo Vedovati <[email protected]>
1 parent 51051e9 commit 37dd6e9

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

requirements-dev.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ graphviz==0.20.3
185185
# via scrapegraphai
186186
greenlet==3.0.3
187187
# via playwright
188-
# via sqlalchemy
189188
groq==0.9.0
190189
# via langchain-groq
191190
grpc-google-iam-v1==0.13.1

requirements.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ graphviz==0.20.3
133133
# via scrapegraphai
134134
greenlet==3.0.3
135135
# via playwright
136-
# via sqlalchemy
137136
groq==0.9.0
138137
# via langchain-groq
139138
grpc-google-iam-v1==0.13.1

scrapegraphai/nodes/fetch_node.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ def execute(self, state):
117117
return state
118118
# handling pdf
119119
elif input_keys[0] == "pdf":
120-
121-
122120
loader = PyPDFLoader(source)
123121
compressed_document = loader.load()
124122
state.update({self.output[0]: compressed_document})

0 commit comments

Comments
 (0)