From: Alfredo Deza Date: Mon, 29 Jul 2013 19:59:07 +0000 (-0400) Subject: remove unused import X-Git-Tag: v1.2~16^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9bb69df9d11dd762f289595ef41f5fb3217f976c;p=ceph-deploy.git remove unused import Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/hosts/centos/install.py b/ceph_deploy/hosts/centos/install.py index bb9cbe9..c13e059 100644 --- a/ceph_deploy/hosts/centos/install.py +++ b/ceph_deploy/hosts/centos/install.py @@ -1,5 +1,4 @@ from ceph_deploy.util.wrappers import check_call -from ceph_deploy.util.context import remote def install(distro, logger, version_kind, version):