Remove assignment to unused variable graph_db'
This commit is contained in:
parent
0a9b624010
commit
7fe1de770d
1 changed files with 0 additions and 1 deletions
|
|
@ -126,7 +126,6 @@ async def test_web_scraping_using_tavily_and_incremental_loading():
|
||||||
async def test_cron_web_scraper():
|
async def test_cron_web_scraper():
|
||||||
await cognee.prune.prune_data()
|
await cognee.prune.prune_data()
|
||||||
await cognee.prune.prune_system(metadata=True)
|
await cognee.prune.prune_system(metadata=True)
|
||||||
graph_db = await get_graph_engine()
|
|
||||||
urls = ["https://quotes.toscrape.com/", "https://books.toscrape.com/"]
|
urls = ["https://quotes.toscrape.com/", "https://books.toscrape.com/"]
|
||||||
extraction_rules = {
|
extraction_rules = {
|
||||||
"quotes": {"selector": ".quote span.text", "all": True},
|
"quotes": {"selector": ".quote span.text", "all": True},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue