Clean up get_vcs_deps

This commit is contained in:
Tzu-ping Chung
2018-07-25 15:58:53 +08:00
parent bcc0b7b3a7
commit 6ac323692b
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1000,7 +1000,6 @@ def do_lock(
project,
pip_freeze,
which=which,
verbose=(environments.PIPENV_VERBOSITY > 0),
clear=clear,
pre=pre,
allow_global=system,
-1
View File
@@ -1205,7 +1205,6 @@ def get_vcs_deps(
project,
pip_freeze=None,
which=None,
verbose=False,
clear=False,
pre=False,
allow_global=False,