# HG changeset patch # User Steve Losh # Date 1586619229 14400 # Node ID c92a0241e9c9b9194b3e1ea1ee88477b675a13ba # Parent d76f573934d17ca8d4d9d4deee2fb5b29e9a3ef3 Whitespace diff -r d76f573934d1 -r c92a0241e9c9 t.py --- a/t.py Sat Apr 11 11:31:40 2020 -0400 +++ b/t.py Sat Apr 11 11:33:49 2020 -0400 @@ -177,7 +177,6 @@ task_id = _hash(text) self.tasks[task_id] = {'id': task_id, 'text': text} - def edit_task(self, prefix, text): """Edit the task with the given prefix.