Remove unused variable assignment

This commit is contained in:
Jimmy
2021-10-07 17:34:06 +02:00
parent cdcfdc6ae6
commit 11f01a21f5

View File

@@ -77,7 +77,7 @@ class DynamoBackend(Backend):
else {} else {}
) )
response = await self.client.put_item( await self.client.put_item(
TableName=self.table_name, TableName=self.table_name,
Item={ Item={
**{ **{