Don't return SUCCESS at end of run method

This commit is contained in:
Devesh Kumar Singh 2020-05-25 21:35:10 +05:30
parent b0e3c57210
commit 4b5f723480
1 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,6 @@ from pip._internal.cli.parser import (
from pip._internal.cli.status_codes import (
ERROR,
PREVIOUS_BUILD_DIR_ERROR,
SUCCESS,
UNKNOWN_ERROR,
VIRTUALENV_NOT_FOUND,
)
@ -229,5 +228,3 @@ class Command(CommandContextMixIn):
return UNKNOWN_ERROR
finally:
self.handle_pip_version_check(options)
return SUCCESS