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:
parent
beb393e56c
commit
16d09a4cf9
@ -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 = '''
|
||||
|
@ -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 = '''
|
||||
|
Loading…
Reference in New Issue
Block a user