Remove whitespace to satisfy flake8 formatting
This commit is contained in:
parent
5cd4d5e02f
commit
3c9d8bca46
1 changed files with 0 additions and 1 deletions
|
|
@ -244,7 +244,6 @@ class Queue(BaseModel):
|
||||||
else:
|
else:
|
||||||
raise RESTError('InvalidParameterValue', 'Redrive policy is not a dict or valid json')
|
raise RESTError('InvalidParameterValue', 'Redrive policy is not a dict or valid json')
|
||||||
|
|
||||||
|
|
||||||
if 'deadLetterTargetArn' not in self.redrive_policy:
|
if 'deadLetterTargetArn' not in self.redrive_policy:
|
||||||
raise RESTError('InvalidParameterValue', 'Redrive policy does not contain deadLetterTargetArn')
|
raise RESTError('InvalidParameterValue', 'Redrive policy does not contain deadLetterTargetArn')
|
||||||
if 'maxReceiveCount' not in self.redrive_policy:
|
if 'maxReceiveCount' not in self.redrive_policy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue