Add missing return

This commit is contained in:
Valentin Sundermann
2017-05-24 19:57:31 +02:00
parent b10253802a
commit 36cf089250

View File

@@ -360,7 +360,7 @@ def delete_mutable_handler( data_id, tombstone, **kw ):
Returns True on successful deletion
Returns False on failure. Does not raise an exception.
"""
False
return False
if __name__ == "__main__":