phase 15: fix ruff lint errors across services

This commit is contained in:
Celes Renata
2026-04-11 12:10:01 -07:00
parent ce10afa034
commit 109440c91e
20 changed files with 67 additions and 65 deletions
+1
View File
@@ -30,6 +30,7 @@ async def main() -> None:
ollama = OllamaClient(config.ollama)
import json
import redis.asyncio as aioredis
redis_client = aioredis.from_url(config.redis.url)