Remove extra newline

This commit is contained in:
Mike Place 2017-02-14 11:34:54 -07:00 committed by GitHub
parent 5871825b9e
commit fd9ab8e4e3

View file

@ -1337,7 +1337,6 @@ def remove(name=None, pkgs=None, version=None, **kwargs):
else:
removal_targets.append(version_num)
for target in removal_targets:
# Get the uninstaller
uninstaller = pkginfo[target].get('uninstaller')