Fix indentation of ContainerInstance response object

This commit is contained in:
GuyTempleton 2017-04-13 18:41:29 +01:00
parent f3aff0f356
commit 69b86b2c7a
No known key found for this signature in database
GPG Key ID: 64359D336E412597

View File

@ -302,7 +302,6 @@ class ContainerInstance(BaseObject):
@property
def response_object(self):
response_object = self.gen_response_object()
del response_object['name'], response_object['arn']
return response_object