Skip to content

Commit f17cef9

Browse files
fix: merge_anwser prompt import
1 parent 9fa3df2 commit f17cef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/nodes/merge_answers_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from langchain_core.output_parsers import JsonOutputParser
88
from ..utils.logging import get_logger
99
from .base_node import BaseNode
10-
from ..helpers import template_combined
10+
from ..prompts import template_combined
1111

1212

1313
class MergeAnswersNode(BaseNode):

0 commit comments

Comments
 (0)