Removed trailing whitespace

This commit is contained in:
Karol Dąbkowski 2018-03-23 09:28:07 +01:00 committed by GitHub
parent 123a86947c
commit 52581e7918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -920,7 +920,7 @@ def version(name, check_remote=False, source=None, pre_versions=False):
'''
installed = list_(narrow=name, local_only=True)
installed = {k.lower(): v for k, v in installed.items()}
packages = {}
lower_name = name.lower()
for pkg in installed: