mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 04:57:54 +00:00
Remove unused variable assignment
This commit is contained in:
@@ -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={
|
||||||
**{
|
**{
|
||||||
|
|||||||
Reference in New Issue
Block a user