Restore intentional import of unused objects

This commit is contained in:
Adrián Chaves 2019-11-21 14:30:10 +01:00
parent a2bf340bab
commit b232881356
1 changed files with 1 additions and 0 deletions

View File

@ -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