From 1475d7af0fa8410bf27dfcebd165e5e2353989c8 Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Fri, 1 Sep 2017 23:48:01 -0600 Subject: [PATCH] fixed some style issues --- pipenv/cli.py | 1 - test_windows/test_basic.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 07353ce6..d221c72a 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -480,7 +480,6 @@ def do_lock(no_hashes=True): if not no_hashes: lockfile['default'][dep['name']]['hash'] = dep['hash'] - # Write out the lockfile. with open(project.lockfile_location, 'w') as f: json.dump(lockfile, f, indent=4, separators=(',', ': '), sort_keys=True) diff --git a/test_windows/test_basic.py b/test_windows/test_basic.py index 4344eea0..4c450eee 100644 --- a/test_windows/test_basic.py +++ b/test_windows/test_basic.py @@ -12,4 +12,4 @@ class TestPipenv(): def test_lock(self): c = delegator.run('pipenv lock') - assert c.return_code == 0 \ No newline at end of file + assert c.return_code == 0