Remove dead code
This commit is contained in:
parent
c5059ad3d1
commit
86e53c3db3
@ -251,8 +251,6 @@ class SQSResponse(BaseResponse):
|
|||||||
|
|
||||||
message_attributes = parse_message_attributes(
|
message_attributes = parse_message_attributes(
|
||||||
self.querystring, base='SendMessageBatchRequestEntry.{}.'.format(index))
|
self.querystring, base='SendMessageBatchRequestEntry.{}.'.format(index))
|
||||||
if type(message_attributes) == tuple:
|
|
||||||
return message_attributes[0], message_attributes[1]
|
|
||||||
|
|
||||||
entries[index] = {
|
entries[index] = {
|
||||||
'Id': value[0],
|
'Id': value[0],
|
||||||
|
Loading…
Reference in New Issue
Block a user