diff --git a/pipenv/utils.py b/pipenv/utils.py index 0d49597b..7afbce33 100644 --- a/pipenv/utils.py +++ b/pipenv/utils.py @@ -971,4 +971,3 @@ def touch_update_stamp(): except FileNotFoundError: with open(p, 'w') as fh: fh.write('') - return