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

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