From: Greg Farnum Date: Thu, 12 Feb 2015 18:06:57 +0000 (-0800) Subject: hadoop: remove parallel from import; fixes linter warning X-Git-Tag: 1.1.0~1008^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a5ac6143e9f12a3fab8748de87106e5a8f0243f1;p=teuthology.git hadoop: remove parallel from import; fixes linter warning Signed-off-by: Greg Farnum --- diff --git a/teuthology/task/hadoop.py b/teuthology/task/hadoop.py index 652f500dd..1d649711c 100644 --- a/teuthology/task/hadoop.py +++ b/teuthology/task/hadoop.py @@ -3,7 +3,6 @@ import contextlib import logging from teuthology import misc as teuthology from teuthology import contextutil -from teuthology.parallel import parallel from ..orchestra import run log = logging.getLogger(__name__)