From a8a29760f0a11270a6f80f1b47bb41a45b2b7d42 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 26 Feb 2015 15:04:02 -0500 Subject: [PATCH] remove unused import from repair_test Signed-off-by: Alfredo Deza --- tasks/repair_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/repair_test.py b/tasks/repair_test.py index 8899fcd9d4c62..856cd1e992bf3 100644 --- a/tasks/repair_test.py +++ b/tasks/repair_test.py @@ -3,7 +3,6 @@ Test pool repairing after objects are damaged. """ import logging import time -import contextlib import ceph_manager from teuthology import misc as teuthology -- 2.39.5