Remove duplicate name attribute

Removed duplicate 'name' attribute from ImmutableImageProxy class.

Closes-Bug: 1482583
Change-Id: Ib073f1e2d4daed7c6ac896e9df023a8bac340e54
This commit is contained in:
ankitagrawal 2015-08-04 02:41:17 -07:00
parent 94cb7020e8
commit aade1e3ec7
1 changed files with 0 additions and 1 deletions

View File

@ -295,7 +295,6 @@ class ImmutableImageProxy(object):
name = _immutable_attr('base', 'name')
image_id = _immutable_attr('base', 'image_id')
name = _immutable_attr('base', 'name')
status = _immutable_attr('base', 'status')
created_at = _immutable_attr('base', 'created_at')
updated_at = _immutable_attr('base', 'updated_at')