mirror of https://github.com/scrapy/scrapy.git
Re-arrange the imports in the httpproxy module (#4210)
This commit re-arranges the imports in the httpproxy module to follow pep8
This commit is contained in:
parent
9b7452211a
commit
5d8d4bb7d7
|
|
@ -1,7 +1,8 @@
|
|||
import base64
|
||||
from urllib.request import _parse_proxy
|
||||
|
||||
from six.moves.urllib.parse import unquote, urlunparse
|
||||
from six.moves.urllib.request import getproxies, proxy_bypass
|
||||
from urllib.request import _parse_proxy
|
||||
|
||||
from scrapy.exceptions import NotConfigured
|
||||
from scrapy.utils.httpobj import urlparse_cached
|
||||
|
|
|
|||
Loading…
Reference in New Issue