mirror of https://github.com/scrapy/scrapy.git
removed unused import
This commit is contained in:
parent
0f342417b9
commit
6a0ef0e41c
|
|
@ -3,7 +3,6 @@ from unittest import TestCase
|
|||
from scrapy.spider import BaseSpider
|
||||
from scrapy.http import Request
|
||||
from scrapy.contrib.downloadermiddleware.useragent import UserAgentMiddleware
|
||||
from scrapy.conf import settings
|
||||
|
||||
|
||||
class UserAgentMiddlewareTest(TestCase):
|
||||
|
|
|
|||
Loading…
Reference in New Issue