Skip to content

Commit a338383

Browse files
committed
feat(kg): removed import
1 parent c75e6a0 commit a338383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/nodes/knowledge_graph_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Imports from the library
1414
from .base_node import BaseNode
15-
from ..utils import create_graph, add_customizations, create_interactive_graph
15+
from ..utils import create_graph, create_interactive_graph
1616

1717
class KnowledgeGraphNode(BaseNode):
1818
"""

0 commit comments

Comments
 (0)