From 770255714a36d2e7596afba41b995a2112aed49d 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 973f2b6..c433018 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',