1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-22 06:13:24 +00:00

[httpcompression] minor style edits

This commit is contained in:
Pawel Miech 2017-02-07 10:22:42 +01:00
parent af802bad14
commit fb4ef21a1d
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
import zlib
from scrapy.utils.gz import gunzip, is_gzipped
from scrapy.http import Response, TextResponse
from scrapy.responsetypes import responsetypes

View File

@ -8,4 +8,4 @@ botocore
# optional for shell wrapper tests
bpython
ipython
brotlipy==0.6
brotlipy

View File

@ -6,7 +6,7 @@ pytest==2.9.2
pytest-twisted
pytest-cov==2.2.1
jmespath
brotlipy==0.6
brotlipy
testfixtures
# optional for shell wrapper tests
bpython