Remove unnecessary return

This commit is contained in:
Dan Ryan
2017-11-03 20:59:40 -04:00
parent 837220ade4
commit dfd337b9ea
-1
View File
@@ -971,4 +971,3 @@ def touch_update_stamp():
except FileNotFoundError:
with open(p, 'w') as fh:
fh.write('')
return