From a1fac3ad6bead004de187e74077b4c137a35b89e Mon Sep 17 00:00:00 2001 From: James Page Date: Tue, 6 Oct 2015 21:16:42 +0100 Subject: [PATCH] Tidy imports --- unit_tests/test_status.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unit_tests/test_status.py b/unit_tests/test_status.py index 973f2b6e..c4330185 100644 --- a/unit_tests/test_status.py +++ b/unit_tests/test_status.py @@ -1,8 +1,7 @@ import mock import test_utils -with mock.patch('utils.get_unit_hostname'): - import ceph_hooks as hooks +import ceph_hooks as hooks TO_PATCH = [ 'status_set',