From 16d09a4cf9a887462d9017e5632b7a92d7ab238c Mon Sep 17 00:00:00 2001 From: Marga Millet Date: Sun, 1 Feb 2015 11:22:45 -0800 Subject: [PATCH] Remove unused imports from heat files Clean up some left over imports not used in heat_barbican test files and in profile.py file Change-Id: I199a092a7e66c9f0d31b32886a934c7f81b72d81 --- contrib/heat_barbican/heat_barbican/tests/test_order.py | 1 - contrib/heat_barbican/heat_barbican/tests/test_secret.py | 1 - 2 files changed, 2 deletions(-) diff --git a/contrib/heat_barbican/heat_barbican/tests/test_order.py b/contrib/heat_barbican/heat_barbican/tests/test_order.py index b405cfe385..70b2202073 100644 --- a/contrib/heat_barbican/heat_barbican/tests/test_order.py +++ b/contrib/heat_barbican/heat_barbican/tests/test_order.py @@ -22,7 +22,6 @@ from heat.engine import scheduler from heat.tests import common from heat.tests import utils -from .. import client # noqa from ..resources import order # noqa stack_template = ''' diff --git a/contrib/heat_barbican/heat_barbican/tests/test_secret.py b/contrib/heat_barbican/heat_barbican/tests/test_secret.py index 50bbb959e6..65a9c689ef 100644 --- a/contrib/heat_barbican/heat_barbican/tests/test_secret.py +++ b/contrib/heat_barbican/heat_barbican/tests/test_secret.py @@ -22,7 +22,6 @@ from heat.engine import scheduler from heat.tests import common from heat.tests import utils -from .. import client # noqa from ..resources import secret # noqa stack_template = '''