minimize change

This commit is contained in:
Raghotham Murthy 2025-10-11 01:32:38 -07:00
parent ed78090b8e
commit 06d02bf3de
23 changed files with 161 additions and 197 deletions

View file

@ -108,8 +108,3 @@ class QuotaMiddleware:
)
body = json.dumps({"error": {"message": message}}).encode()
await send({"type": "http.response.body", "body": body})
async def close(self):
"""Close the KV store connection."""
if self.kv is not None:
await self.kv.close()