mirror of https://github.com/scrapy/scrapy.git
removed unused import
This commit is contained in:
parent
6a0ef0e41c
commit
68ae1da0d0
|
|
@ -6,7 +6,6 @@ from scrapy.contrib.downloadermiddleware.httpproxy import HttpProxyMiddleware
|
|||
from scrapy.exceptions import NotConfigured
|
||||
from scrapy.http import Response, Request
|
||||
from scrapy.spider import BaseSpider
|
||||
from scrapy.conf import settings
|
||||
|
||||
spider = BaseSpider('foo')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue