Coverage: Removed unreachable code from heat engine

While looking for coverage metrics found unreachable code
Fixing the same in this commit

Change-Id: I1265057af4a91accff92f378e9e1f353d77813c6
This commit is contained in:
ubuntu 2015-06-22 07:17:11 +05:30
parent c512e0fb87
commit b4b7f32ff6
2 changed files with 0 additions and 4 deletions

View File

@ -170,8 +170,6 @@ class Schema(constr.Schema):
else:
return super(Schema, self).__getitem__(key)
raise KeyError(key)
class Parameter(object):
'''A template parameter.'''

View File

@ -193,8 +193,6 @@ class Schema(constr.Schema):
else:
return super(Schema, self).__getitem__(key)
raise KeyError(key)
def schemata(schema_dicts):
"""