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