underscore unused variables

This commit is contained in:
Matthew Iversen 2014-04-03 13:39:43 +11:00
parent 1e0711e0e7
commit aa129ffc51
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ class PackageFinder(object):
'Local files found: %s' %
', '.join([
url_to_path(link.url)
for parsed, link, version in file_versions
for _, link, _ in file_versions
])
)
# this is an intentional priority ordering