style: ruff format
All checks were successful
CI / lint-and-test (push) Successful in 25s

This commit is contained in:
2026-04-22 10:08:32 +02:00
parent e4bafbc4b0
commit cbd46adaa6
5 changed files with 28 additions and 5 deletions

View File

@@ -92,6 +92,7 @@ def test_explain_event_with_llm_mock(client, mock_events_collection, monkeypatch
class FakeRedis:
async def get(self, key):
return None
async def setex(self, key, ttl, value):
pass