mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Remove unnecessary return
This commit is contained in:
@@ -971,4 +971,3 @@ def touch_update_stamp():
|
||||
except FileNotFoundError:
|
||||
with open(p, 'w') as fh:
|
||||
fh.write('')
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user