Update scrapy/responsetypes.py

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Akshay Sharma 2021-07-14 21:33:56 +05:30 committed by GitHub
parent 0aa61cec13
commit c85b780184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ based on different criteria.
from mimetypes import MimeTypes
from pkgutil import get_data
from io import StringIO
from xtractmime import extract_mime
from scrapy.http import Response