Remove unused declaration in images.py
Change-Id: Ief73484594f7fe0d80ffeb64b494f1691716418b
This commit is contained in:
parent
a1a4862ecb
commit
26a13983b8
@ -962,7 +962,6 @@ class ImageSerializer(wsgi.JSONResponseSerializer):
|
||||
|
||||
def show(self, response, result):
|
||||
image_meta = result['image_meta']
|
||||
image_id = image_meta['id']
|
||||
|
||||
image_iter = result['image_iterator']
|
||||
# image_meta['size'] should be an int, but could possibly be a str
|
||||
|
Loading…
Reference in New Issue
Block a user