remove unused imports from peering_speed

Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
Alfredo Deza 2015-02-26 11:26:42 -05:00
parent 9df27f7a10
commit 6d45352782

View File

@ -3,8 +3,6 @@ Remotely run peering tests.
"""
import logging
import time
from teuthology import misc as teuthology
import ceph_manager
log = logging.getLogger(__name__)