From 8793787e1b7e4d1de9edf68f3ce300fe74915434 Mon Sep 17 00:00:00 2001 From: James Page Date: Tue, 6 Oct 2015 21:02:31 +0100 Subject: [PATCH] Tidy lint --- unit_tests/test_status.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unit_tests/test_status.py b/unit_tests/test_status.py index bd8b024..6fc136a 100644 --- a/unit_tests/test_status.py +++ b/unit_tests/test_status.py @@ -92,4 +92,5 @@ class ServiceStatusTestCase(test_utils.CharmTestCase): self.assertEquals({'ceph-mon1': True, 'ceph-mon2': True, 'ceph-mon3': True}, - hooks.get_peer_units()) \ No newline at end of file + hooks.get_peer_units()) +