mirror of https://github.com/scrapy/scrapy.git
Remove unused imports
This commit is contained in:
parent
716561972b
commit
24e63f3294
|
|
@ -28,7 +28,6 @@ from w3lib import html
|
|||
from xtractmime import (
|
||||
RESOURCE_HEADER_BUFFER_LENGTH as BODY_LIMIT,
|
||||
extract_mime,
|
||||
is_binary_data,
|
||||
)
|
||||
from xtractmime.mimegroups import (
|
||||
is_html_mime_type,
|
||||
|
|
|
|||
Loading…
Reference in New Issue