From de28b59aca473b3292ecc7f6ab1f60dbd3ed488a Mon Sep 17 00:00:00 2001 From: Aravind Karnam Date: Wed, 16 Oct 2024 22:36:48 +0530 Subject: [PATCH] removed unused imports --- crawl4ai/scraper/async_web_scraper.py | 2 -- 1 file changed, 2 deletions(-) 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