Commit 089c3f05 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Remove unused variable

Spotted by @mruwek.
parent 4a07eea4
......@@ -122,7 +122,6 @@ class ListCommand(ExpressionCommand):
# create a standard printer with some filters
indent = config().list_indent()
final_format = ' ' * indent + self.format
hidden_tags = config().hidden_tags()
filters = []
filters.append(PrettyPrinterFormatFilter(self.todolist, final_format))
......
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