mirror of https://github.com/scrapy/scrapy.git
added missing import
This commit is contained in:
parent
0e008268e1
commit
7d18fe18e2
|
|
@ -3,7 +3,7 @@ from w3lib.url import urljoin_rfc
|
|||
from scrapy import log
|
||||
from scrapy.http import HtmlResponse
|
||||
from scrapy.utils.response import get_meta_refresh
|
||||
from scrapy.exceptions import IgnoreRequest
|
||||
from scrapy.exceptions import IgnoreRequest, NotConfigured
|
||||
from scrapy.conf import settings
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue