diff --git a/contrib/heat_barbican/heat_barbican/tests/test_order.py b/contrib/heat_barbican/heat_barbican/tests/test_order.py index b405cfe38..70b220207 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 50bbb959e..65a9c689e 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 = '''