mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-24 20:47:54 +00:00
Remove unused variable assignment
This commit is contained in:
@@ -77,7 +77,7 @@ class DynamoBackend(Backend):
|
||||
else {}
|
||||
)
|
||||
|
||||
response = await self.client.put_item(
|
||||
await self.client.put_item(
|
||||
TableName=self.table_name,
|
||||
Item={
|
||||
**{
|
||||
|
||||
Reference in New Issue
Block a user