From 5c4ecf00340264d3dee359f8eb1ea5ad52dad9cd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 11 Sep 2017 14:18:01 -0400 Subject: [PATCH] flake8 Signed-off-by: Kenneth Reitz --- pipenv/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index ffb33d89..cc8b9563 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -653,7 +653,6 @@ def do_lock(verbose=False): except IndexError: pass - # Run the PEP 508 checker in the virtualenv, add it to the lockfile. cmd = '"{0}" {1}'.format(which('python'), shellquote(pep508checker.__file__.rstrip('cdo'))) c = delegator.run(cmd)