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 = '''