Skip to content

Commit d0e5671

Browse files
committed
removed unused example
1 parent 3b27c5e commit d0e5671

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scrapegraphai/graphs/search_graph.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ def _create_graph(self) -> BaseGraph:
5959
BaseGraph: A graph instance representing the web scraping and searching workflow.
6060
"""
6161

62-
# smart_scraper_instance = SmartScraperGraph(
63-
# prompt="",
64-
# source="",
65-
# config=self.copy_config,
66-
# schema=self.copy_schema
67-
# )
68-
6962
search_internet_node = SearchInternetNode(
7063
input="user_prompt",
7164
output=["urls"],

0 commit comments

Comments
 (0)