removed dotenv imports
This commit is contained in:
parent
ea33854d49
commit
8d27da659a
1 changed files with 0 additions and 3 deletions
|
|
@ -2,9 +2,6 @@ import asyncio
|
||||||
import cognee
|
import cognee
|
||||||
from cognee.tasks.web_scraper.config import SoupCrawlerConfig
|
from cognee.tasks.web_scraper.config import SoupCrawlerConfig
|
||||||
from cognee.tasks.web_scraper import cron_web_scraper_task
|
from cognee.tasks.web_scraper import cron_web_scraper_task
|
||||||
from dotenv import load_dotenv
|
|
||||||
|
|
||||||
load_dotenv()
|
|
||||||
|
|
||||||
|
|
||||||
async def test_web_scraping_using_bs4():
|
async def test_web_scraping_using_bs4():
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue