Skip to content

Commit

Permalink
Remove some unused arguments during passthrough
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <[email protected]>
  • Loading branch information
techalchemy committed Jun 18, 2018
1 parent 1c04960 commit 0ce5b3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pipenv/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,6 @@ def update(
)
do_sync(
ctx=ctx,
install=install,
dev=dev,
three=three,
python=python,
Expand Down Expand Up @@ -977,7 +976,6 @@ def sync(

do_sync(
ctx=ctx,
install=install,
dev=dev,
three=three,
python=python,
Expand Down
2 changes: 0 additions & 2 deletions pipenv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2535,11 +2535,9 @@ def traverse(obj):

def do_sync(
ctx,
install,
dev=False,
three=None,
python=None,
dry_run=False,
bare=False,
dont_upgrade=False,
user=False,
Expand Down

0 comments on commit 0ce5b3c

Please sign in to comment.