summaryrefslogtreecommitdiff
path: root/heat/engine/attributes.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/engine/attributes.py')
-rw-r--r--heat/engine/attributes.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/heat/engine/attributes.py b/heat/engine/attributes.py
index f5fcdf265..07d3abbdf 100644
--- a/heat/engine/attributes.py
+++ b/heat/engine/attributes.py
@@ -17,7 +17,6 @@ from oslo_utils import strutils
import six
from heat.common.i18n import _
-from heat.common.i18n import repr_wrapper
from heat.engine import constraints as constr
from heat.engine import support
@@ -139,7 +138,6 @@ BASE_ATTRIBUTES = (SHOW_ATTR, ) = ('show', )
ALL_ATTRIBUTES = '*'
-@repr_wrapper
class Attributes(collections.Mapping):
"""Models a collection of Resource Attributes."""