mirror of https://github.com/scrapy/scrapy.git
remove unused import
This commit is contained in:
parent
de98d8d006
commit
bb50c0be2f
|
|
@ -4,7 +4,6 @@ responses in Scrapy.
|
|||
|
||||
See documentation in docs/topics/request-response.rst
|
||||
"""
|
||||
import six
|
||||
from six.moves.urllib.parse import urljoin
|
||||
|
||||
from scrapy.http.headers import Headers
|
||||
|
|
|
|||
Loading…
Reference in New Issue