Remove whitespace to satisfy flake8 formatting

This commit is contained in:
Darien Hager 2018-04-20 11:46:12 -07:00
parent 5cd4d5e02f
commit 3c9d8bca46

View File

@ -244,7 +244,6 @@ class Queue(BaseModel):
else:
raise RESTError('InvalidParameterValue', 'Redrive policy is not a dict or valid json')
if 'deadLetterTargetArn' not in self.redrive_policy:
raise RESTError('InvalidParameterValue', 'Redrive policy does not contain deadLetterTargetArn')
if 'maxReceiveCount' not in self.redrive_policy: