Commit 3513603a authored by Bram Schoenmakers's avatar Bram Schoenmakers

Remove unused variable

parent feb189dd
......@@ -22,7 +22,6 @@ import urwid
class TodoWidget(urwid.WidgetWrap):
def __init__(self, p_todo, p_number):
self.todo = p_todo
# pass a None todo list, since we won't use %i or %I here
prio_formatter = ListFormatParser(None, "%{(}p{)}")
text_formatter = ListFormatParser(None, "%s %k")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment