docs(accuracy): refresh governed scan and training evidence

This commit is contained in:
Jens
2026-08-30 06:00:57 +02:00
parent c272220277
commit 0e3c1b20e9
27 changed files with 88787 additions and 318 deletions
+4 -2
View File
@@ -8,8 +8,10 @@ from pathlib import Path
ROOT = Path(__file__).resolve().parents[1]
sys.path.insert(0, str(ROOT / "backend"))
from app.db.session import SessionLocal
from app.services.demo_workflow_service import DemoWorkflowService
from app.db.session import SessionLocal # noqa: E402 - imported after backend path bootstrap
from app.services.demo_workflow_service import ( # noqa: E402 - imported after backend path bootstrap
DemoWorkflowService,
)
def main() -> int: