Removing useless import

This commit is contained in:
edipretoro 2025-12-29 21:38:39 +01:00
parent 3dff072840
commit 15877e456a

View File

@ -3,7 +3,6 @@
import sys
import scrapy
from scrapy.http import Response
from scrapy.crawler import CrawlerProcess
from scrapy.spiders import CrawlSpider, Rule
from scrapy.linkextractors import LinkExtractor