Skip to content

Commit

Permalink
Merge pull request #1863 from benoit-pierre/minor_cleanup
Browse files Browse the repository at this point in the history
minor cleanup
  • Loading branch information
mergify[bot] committed Oct 7, 2019
2 parents 734d09c + cb8769d commit b9a9aae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setuptools/command/easy_install.py
Expand Up @@ -1180,8 +1180,7 @@ def _set_fetcher_options(self, base):
# to the setup.cfg file.
ei_opts = self.distribution.get_option_dict('easy_install').copy()
fetch_directives = (
'find_links', 'site_dirs', 'index_url', 'optimize',
'site_dirs', 'allow_hosts',
'find_links', 'site_dirs', 'index_url', 'optimize', 'allow_hosts',
)
fetch_options = {}
for key, val in ei_opts.items():
Expand Down

0 comments on commit b9a9aae

Please sign in to comment.