Commit a6f6dbaa authored by MinchinWeb's avatar MinchinWeb

Fix PEP8 E201

whitespace after '('
parent 84581a0b
......@@ -37,7 +37,7 @@ class TodoTest(TopydoTest):
def test_false_date(self):
todo = Todo("(C) Foo due:2014-04-31")
self.assertEqual( todo.due_date(), None )
self.assertEqual(todo.due_date(), None )
def test_active1(self):
todo = Todo("(C) Foo due:2014-01-01")
......
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