From e50a423f33b322f8cbb0a5732eda8da64a0283f9 Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Mon, 24 Jun 2013 12:37:22 -0400 Subject: [PATCH] remove unnecessary import --- hooks/glance_relations.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hooks/glance_relations.py b/hooks/glance_relations.py index 215c6bc1..10b091f3 100755 --- a/hooks/glance_relations.py +++ b/hooks/glance_relations.py @@ -50,11 +50,6 @@ from charmhelpers.contrib.openstack.openstack_utils import ( save_script_rc, ) -from charmhelpers.contrib.openstack.context import ( - OSContextIncomplete, - OSContextError, - ) - from charmhelpers.contrib.hahelpers.ceph_utils import ( configure, )