mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
feat(kg): removed import
This commit is contained in:
parent
c75e6a06b1
commit
a338383399
@ -12,7 +12,7 @@ from langchain_core.output_parsers import JsonOutputParser
|
||||
|
||||
# Imports from the library
|
||||
from .base_node import BaseNode
|
||||
from ..utils import create_graph, add_customizations, create_interactive_graph
|
||||
from ..utils import create_graph, create_interactive_graph
|
||||
|
||||
class KnowledgeGraphNode(BaseNode):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user