Skip to content

Commit 22a5e21

Browse files
Delete view_removed_tasks() function.
1 parent 1ad0e85 commit 22a5e21

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

run.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,6 @@ def ask_to_add_task():
250250
# then loop goes back to the main thread (print_menu)
251251

252252

253-
def view_removed_tasks():
254-
"""
255-
Returns a list of removed tasks.
256-
"""
257-
return removed_items
258-
259-
260253
def log(message):
261254
"""
262255
Logs the conversation and save to an external file.

0 commit comments

Comments
 (0)