Workaround for flake8 / recent pyflakes
This commit is contained in:
parent
2f3fd9a13c
commit
5149c12cec
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ def use_setuptools(version=DEFAULT_VERSION, download_base=DEFAULT_URL,
|
||||||
del pkg_resources, sys.modules['pkg_resources'] # reload ok
|
del pkg_resources, sys.modules['pkg_resources'] # reload ok
|
||||||
return _do_download(version, download_base, to_dir,
|
return _do_download(version, download_base, to_dir,
|
||||||
download_delay)
|
download_delay)
|
||||||
except pkg_resources.DistributionNotFound:
|
except pkg_resources.DistributionNotFound: # NOQA
|
||||||
return _do_download(version, download_base, to_dir,
|
return _do_download(version, download_base, to_dir,
|
||||||
download_delay)
|
download_delay)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue