Commit 66ddd28f authored by MinchinWeb's avatar MinchinWeb

Fix PEP8 E203

whitespace before ':'
parent bdbd47c4
...@@ -52,8 +52,8 @@ class _Config: ...@@ -52,8 +52,8 @@ class _Config:
# topydo # topydo
'default_command': 'ls', 'default_command': 'ls',
'colors': '1', 'colors': '1',
'filename' : 'todo.txt', 'filename': 'todo.txt',
'archive_filename' : 'done.txt', 'archive_filename': 'done.txt',
'identifiers': 'linenumber', 'identifiers': 'linenumber',
# add # add
......
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