Skip to content

Commit

Permalink
feat(kg): removed import
Browse files Browse the repository at this point in the history
  • Loading branch information
PeriniM committed May 18, 2024
1 parent c75e6a0 commit a338383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapegraphai/nodes/knowledge_graph_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# 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):
"""
Expand Down

0 comments on commit a338383

Please sign in to comment.