From 86e53c3db346e23f1a997ff4f51286bfd194b1f7 Mon Sep 17 00:00:00 2001 From: gruebel Date: Wed, 30 Oct 2019 17:37:38 +0100 Subject: [PATCH] Remove dead code --- moto/sqs/responses.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/moto/sqs/responses.py b/moto/sqs/responses.py index e6982b79..ad46df72 100644 --- a/moto/sqs/responses.py +++ b/moto/sqs/responses.py @@ -251,8 +251,6 @@ class SQSResponse(BaseResponse): message_attributes = parse_message_attributes( self.querystring, base='SendMessageBatchRequestEntry.{}.'.format(index)) - if type(message_attributes) == tuple: - return message_attributes[0], message_attributes[1] entries[index] = { 'Id': value[0],