mirror of https://github.com/scrapy/scrapy.git
Restore intentional import of unused objects
This commit is contained in:
parent
a2bf340bab
commit
b232881356
|
|
@ -12,6 +12,7 @@ from six.moves.urllib.parse import (ParseResult, urldefrag, urlparse, urlunparse
|
|||
# scrapy.utils.url was moved to w3lib.url and import * ensures this
|
||||
# move doesn't break old code
|
||||
from w3lib.url import *
|
||||
from w3lib.url import _safe_chars, _unquotepath # noqa: F401
|
||||
from scrapy.utils.python import to_unicode
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue