Fix indentation of ContainerInstance response object
This commit is contained in:
parent
f3aff0f356
commit
69b86b2c7a
1 changed files with 4 additions and 5 deletions
|
|
@ -299,11 +299,10 @@ class ContainerInstance(BaseObject):
|
|||
'dockerVersion': 'DockerVersion: 1.5.0'
|
||||
}
|
||||
|
||||
@property
|
||||
def response_object(self):
|
||||
response_object = self.gen_response_object()
|
||||
del response_object['name'], response_object['arn']
|
||||
return response_object
|
||||
@property
|
||||
def response_object(self):
|
||||
response_object = self.gen_response_object()
|
||||
return response_object
|
||||
|
||||
|
||||
class ContainerInstanceFailure(BaseObject):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue