fixed some style issues

This commit is contained in:
Erin O'Connell
2017-09-01 23:48:01 -06:00
parent afdfb6ca86
commit 1475d7af0f
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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)
+1 -1
View File
@@ -12,4 +12,4 @@ class TestPipenv():
def test_lock(self):
c = delegator.run('pipenv lock')
assert c.return_code == 0
assert c.return_code == 0