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
This commit is contained in:
Marga Millet 2015-02-01 11:22:45 -08:00
parent beb393e56c
commit 16d09a4cf9
2 changed files with 0 additions and 2 deletions

View File

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

View File

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