Commit 08ff4806 authored by MinchinWeb's avatar MinchinWeb

Fix PEP8 E301

expected 1 blank line, found 0
parent d605bbcb
...@@ -206,6 +206,7 @@ class PriorityCommandTest(CommandTest): ...@@ -206,6 +206,7 @@ class PriorityCommandTest(CommandTest):
self.assertFalse(self.todolist.is_dirty()) self.assertFalse(self.todolist.is_dirty())
self.assertEqual(self.output, "") self.assertEqual(self.output, "")
self.assertEqual(self.errors, "Invalid priority given.\n") self.assertEqual(self.errors, "Invalid priority given.\n")
def test_empty(self): def test_empty(self):
command = PriorityCommand([], self.todolist, self.out, self.error) command = PriorityCommand([], self.todolist, self.out, self.error)
command.execute() command.execute()
......
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