test(governance): satisfy reliability gates

This commit is contained in:
jxxghp
2026-08-26 12:50:55 +08:00
parent 362f606751
commit bd0795082a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,8 +9,8 @@ from typing import Any, Protocol
from app.application.outbox import (
OUTBOX_LEASE_SECONDS,
OutboxIntent,
SUBSCRIBE_COMPLETED_TOPIC,
OutboxIntent,
SyncOutboxTransaction,
SyncUnitOfWork,
)