Minor update on the import order in scrapy/downloadermiddlewares/httpcompression.py

This commit is contained in:
P. Chen 2020-10-06 19:51:05 +01:00
parent 6032a9a310
commit 2e734e6b35
No known key found for this signature in database
GPG Key ID: E3353B0B8B3E8B49
1 changed files with 1 additions and 1 deletions

View File

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