aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_controller.py')
-rw-r--r--test/test_controller.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_controller.py b/test/test_controller.py
index e71a148e..d287f18d 100644
--- a/test/test_controller.py
+++ b/test/test_controller.py
@@ -8,5 +8,3 @@ class TestMaster:
msg = mock.MagicMock()
m.handle("type", msg)
assert msg.reply.call_count == 1
-
-