diff --git a/crawl4ai/scraper/async_web_scraper.py b/crawl4ai/scraper/async_web_scraper.py index 811aeacc..0d921af5 100644 --- a/crawl4ai/scraper/async_web_scraper.py +++ b/crawl4ai/scraper/async_web_scraper.py @@ -1,5 +1,3 @@ -import asyncio -from typing import List, Dict from .scraper_strategy import ScraperStrategy from .models import ScraperResult, CrawlResult from ..async_webcrawler import AsyncWebCrawler