remove unused import

This commit is contained in:
Konstantin Lopuhin 2016-01-19 17:30:59 +03:00
parent de98d8d006
commit bb50c0be2f
1 changed files with 0 additions and 1 deletions

View File

@ -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